Skip to content

Commit aacb62c

Browse files
author
weinStag
committed
fix overflow-x deprecated
1 parent c9c4fc9 commit aacb62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/BrowserTable.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ export default class BrowserTable extends React.Component {
540540
id="browser-table"
541541
style={{
542542
right: rightValue,
543-
'overflow-x': this.props.isResizing ? 'hidden' : 'auto',
543+
'overflowX': this.props.isResizing ? 'hidden' : 'auto',
544544
}}
545545
>
546546
<DataBrowserHeaderBar

0 commit comments

Comments
 (0)