mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 16:48:48 +00:00
🐛 Fix default scroll visibility on layers sidebar
This commit is contained in:
parent
22c3d4d807
commit
a575410a29
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user