🐛 Fix default scroll visibility on layers sidebar

This commit is contained in:
Elena Torro 2025-05-08 17:51:21 +02:00
parent 22c3d4d807
commit a575410a29
2 changed files with 2 additions and 2 deletions

View file

@ -227,7 +227,7 @@
flex-direction: column;
height: calc(100vh - var(--calculated-height));
width: calc(var(--width) + var(--depth) * var(--layer-indentation-size));
overflow-x: scroll;
overflow-x: auto;
overflow-y: overlay;
scrollbar-gutter: stable;

View file

@ -39,7 +39,7 @@
flex-direction: column;
height: calc(-38px + var(--height, $s-200));
width: var(--width);
overflow-x: scroll;
overflow-x: auto;
overflow-y: overlay;
scrollbar-gutter: stable;