Hide horizontal overflow in side panels

This commit is contained in:
Andrew Kingston 2022-11-25 12:14:25 +00:00
parent fa21a91301
commit 5854b523e7
1 changed files with 1 additions and 0 deletions

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;