mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 09:06:13 +02:00
🐛 Fix problem with layers overflowing panel
This commit is contained in:
parent
ef3b4a5895
commit
22d5b125bd
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ $width-settings-bar-max: $s-500;
|
|||
|
||||
.layers-tab {
|
||||
padding-top: $s-4;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.left-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue