Skip to content

Commit

Permalink
fix: overflow hidden was restricting the visibility of show bindings …
Browse files Browse the repository at this point in the history
…menu
  • Loading branch information
AmanAgarwal041 committed Aug 12, 2024
1 parent 0afc9dd commit 05dd349
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/client/src/pages/Editor/IDE/EditorPane/Explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const EditorPaneExplorer = () => {
}
className="relative ide-editor-left-pane__content"
flexDirection="column"
overflow="hidden"
width={
ideViewMode === EditorViewMode.FullScreen
? DEFAULT_EXPLORER_PANE_WIDTH
Expand Down
1 change: 0 additions & 1 deletion app/client/src/pages/Editor/IDE/EditorPane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const EditorPane = () => {
// @ts-expect-error Fix this the next time the file is edited
gap="spacing-2"
height="100%"
overflow="hidden"
width={width}
>
<EditorPaneExplorer />
Expand Down

0 comments on commit 05dd349

Please sign in to comment.