Skip to content

Commit e92feb4

Browse files
committed
Config item grid scrolls properly
Updated so that the config item grid scrolls (vs having 2 fixed columns). This makes it easier for small browser windows / mobile users to scroll and edit items.
1 parent ef8b816 commit e92feb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/components/ConfigItemsGrid.react.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class ConfigItemsGrid extends Component {
4040
{dataList[props.rowIndex].application}
4141
</Cell>
4242
)}
43-
fixed={true}
4443
width={175}
4544
/>
4645
<Column
@@ -50,7 +49,6 @@ class ConfigItemsGrid extends Component {
5049
{dataList[props.rowIndex].name}
5150
</Cell>
5251
)}
53-
fixed={true}
5452
width={175}
5553
/>
5654
<Column

0 commit comments

Comments
 (0)