mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
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:
parent
ec0250616e
commit
74ecacb791
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user