fix x axis scroll bar issue on developer page (#7975)

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.
This commit is contained in:
Sanskar Jain 2024-10-23 17:27:04 +05:30 committed by GitHub
parent ec0250616e
commit 74ecacb791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;