diff --git a/src/dashboard/Data/Browser/Browser.scss b/src/dashboard/Data/Browser/Browser.scss index 93ecb0232f..b39eee98cb 100644 --- a/src/dashboard/Data/Browser/Browser.scss +++ b/src/dashboard/Data/Browser/Browser.scss @@ -15,12 +15,6 @@ bottom: 0; overflow: auto; padding-top: 30px; - // fix for safari scrolling issue: - // https://css-tricks.com/forums/topic/safari-for-ios-z-index-ordering-bug-while-scrolling-a-page-with-a-fixed-element/ - // only applying to safari as a side effect of this is emptystate component centering is off - &.safari { - -webkit-transform: translate3d(0,0,0); - } } body:global(.expanded) { diff --git a/src/dashboard/Data/Browser/BrowserTable.react.js b/src/dashboard/Data/Browser/BrowserTable.react.js index 85968ec443..dc19d72a54 100644 --- a/src/dashboard/Data/Browser/BrowserTable.react.js +++ b/src/dashboard/Data/Browser/BrowserTable.react.js @@ -6,7 +6,6 @@ * the root directory of this source tree. */ import BrowserRow from 'components/BrowserRow/BrowserRow.react'; -import * as browserUtils from 'lib/browserUtils'; import DataBrowserHeaderBar from 'components/DataBrowserHeaderBar/DataBrowserHeaderBar.react'; import Editor from 'dashboard/Data/Browser/Editor.react'; import EmptyState from 'components/EmptyState/EmptyState.react'; @@ -429,7 +428,7 @@ export default class BrowserTable extends React.Component { } return ( -