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:
@ -25,6 +25,7 @@ const StyledContainer = styled.div`
|
|||||||
width: 300px;
|
width: 300px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
height: calc(100vh - 60px);
|
height: calc(100vh - 60px);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 64px;
|
top: 64px;
|
||||||
|
|||||||
Reference in New Issue
Block a user