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 de46e5e commit e01af27Copy full SHA for e01af27
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