Hide horizontal overflow in side panels
This commit is contained in:
parent
ece86ea1a8
commit
44b812b6b6
|
@ -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