Skip to content

Commit

Permalink
fix: use overflow auto to remove constant scroll bars
Browse files Browse the repository at this point in the history
  • Loading branch information
Innders committed Oct 23, 2024
1 parent c7a2288 commit eb3fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/SettingsEditor/SettingsPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const PanelHeader = styled.div`

const PanelContent = styled.div`
width: 100%;
overflow: scroll;
overflow: auto;
display: flex;
flex-direction: column;
border-left: 1px dotted #434a56;
Expand Down

0 comments on commit eb3fd4d

Please sign in to comment.