mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 18:06:59 +02:00
🐛 Fix default scroll visibility on layers sidebar
This commit is contained in:
parent
22c3d4d807
commit
a575410a29
2 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: calc(100vh - var(--calculated-height));
|
height: calc(100vh - var(--calculated-height));
|
||||||
width: calc(var(--width) + var(--depth) * var(--layer-indentation-size));
|
width: calc(var(--width) + var(--depth) * var(--layer-indentation-size));
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: calc(-38px + var(--height, $s-200));
|
height: calc(-38px + var(--height, $s-200));
|
||||||
width: var(--width);
|
width: var(--width);
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue