We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c4fc9 commit aacb62cCopy full SHA for aacb62c
src/dashboard/Data/Browser/BrowserTable.react.js
@@ -540,7 +540,7 @@ export default class BrowserTable extends React.Component {
540
id="browser-table"
541
style={{
542
right: rightValue,
543
- 'overflow-x': this.props.isResizing ? 'hidden' : 'auto',
+ 'overflowX': this.props.isResizing ? 'hidden' : 'auto',
544
}}
545
>
546
<DataBrowserHeaderBar
0 commit comments