Skip to content

Commit

Permalink
fix x axis scroll bar issue on developer page (#7975)
Browse files Browse the repository at this point in the history
This PR Fixes Issue : #7932 
I have added the CSS to remove the scroll bar from x axis of the sidebar
on the developers page.
  • Loading branch information
sans-byte authored Oct 23, 2024
1 parent ec02506 commit 74ecacb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const StyledContainer = styled.div`
width: 300px;
min-width: 300px;
overflow: scroll;
overflow-x: hidden;
height: calc(100vh - 60px);
position: sticky;
top: 64px;
Expand Down

0 comments on commit 74ecacb

Please sign in to comment.