Hide horizontal overflow in side panels
This commit is contained in:
parent
fa21a91301
commit
5854b523e7
|
@ -356,6 +356,7 @@
|
|||
flex-direction: column;
|
||||
gap: 30px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
transition: transform 130ms ease-out;
|
||||
position: absolute;
|
||||
width: 400px;
|
||||
|
|
Loading…
Reference in New Issue