Skip to content

Commit f649cb4

Browse files
committed
config-ip-filter: Hide tabcontent overflow to prevent two scrollbars from appearing (one for FilterPanel, one for TabContent)
1 parent fc5d375 commit f649cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/app/view/netcreate/components/InfoPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class InfoPanel extends UNISYS.Component {
202202
</NavLink>
203203
</NavItem>
204204
</Nav>
205-
<TabContent activeTab={this.state.activeTab} style={{height:'100%',overflow: 'hidden auto', backgroundColor: 'rgba(0,0,0,0.1)'}}>
205+
<TabContent activeTab={this.state.activeTab} style={{height:'100%',overflow: 'hidden', backgroundColor: 'rgba(0,0,0,0.1)'}}>
206206
<TabPane tabId="1">
207207
</TabPane>
208208
<TabPane tabId="2">

0 commit comments

Comments
 (0)