1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Hide horizontal overflow in side panels

This commit is contained in:
Andrew Kingston 2022-11-25 12:14:25 +00:00
parent ece86ea1a8
commit 44b812b6b6

View file

@ -356,6 +356,7 @@
flex-direction: column;
gap: 30px;
overflow-y: auto;
overflow-x: hidden;
transition: transform 130ms ease-out;
position: absolute;
width: 400px;