🐛 Fix problem with layers overflowing panel

This commit is contained in:
alonso.torres 2024-10-17 15:08:12 +02:00
parent ef3b4a5895
commit 22d5b125bd
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ $width-settings-bar-max: $s-500;
.layers-tab {
padding-top: $s-4;
overflow-x: hidden;
}
.left-header {