mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 16:07:07 +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;
|
||||
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…
Add table
Add a link
Reference in a new issue