🐛 Fix layer panel overflowing

This commit is contained in:
alonso.torres 2024-09-05 11:50:16 +02:00
parent 6a161267ba
commit caf78a6b4d
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@
overflow-x: hidden;
overflow-y: overlay;
scrollbar-gutter: stable;
max-width: var(--width);
}
.pages-list {