diff --git a/app/client/src/pages/Editor/PropertyPane/index.tsx b/app/client/src/pages/Editor/PropertyPane/index.tsx index 76da1f68e7..3bba6963a5 100644 --- a/app/client/src/pages/Editor/PropertyPane/index.tsx +++ b/app/client/src/pages/Editor/PropertyPane/index.tsx @@ -16,7 +16,7 @@ import { import Popper from "pages/Editor/Popper"; import { generateClassName } from "utils/generators"; import { ReduxActionTypes } from "constants/ReduxActionConstants"; -import styled, { hideScrollbar } from "constants/DefaultTheme"; +import styled from "constants/DefaultTheme"; import { WidgetProps } from "widgets/BaseWidget"; import PropertyPaneTitle from "pages/Editor/PropertyPaneTitle"; import AnalyticsUtil from "utils/AnalyticsUtil"; @@ -32,7 +32,7 @@ import { deleteSelectedWidget, copyWidget } from "actions/widgetActions"; import { ControlIcons } from "icons/ControlIcons"; import { FormIcons } from "icons/FormIcons"; import PropertyPaneHelpButton from "pages/Editor/PropertyPaneHelpButton"; -import ScrollIndicator from "components/ads/ScrollIndicator"; +// import ScrollIndicator from "components/ads/ScrollIndicator"; const PropertyPaneWrapper = styled(PaneWrapper)<{ themeMode?: EditorTheme; @@ -47,7 +47,6 @@ const PropertyPaneWrapper = styled(PaneWrapper)<{ overflow-y: auto; overflow-x: hidden; text-transform: none; - ${hideScrollbar} `; const StyledPanelStack = styled(PanelStack)` @@ -208,11 +207,6 @@ class PropertyPane extends Component { }} showPanelHeader={false} /> - ); }