diff --git a/frontend/src/app/main/ui/workspace/sidebar/layers.scss b/frontend/src/app/main/ui/workspace/sidebar/layers.scss index 7d1038beed..c5e8374c54 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/layers.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/layers.scss @@ -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; diff --git a/frontend/src/app/main/ui/workspace/sidebar/sitemap.scss b/frontend/src/app/main/ui/workspace/sidebar/sitemap.scss index 4a0841e43a..256d0871f4 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/sitemap.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/sitemap.scss @@ -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;