From c13b2c31a6c0e30e382b4e45400ea90140814ffd Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 11 Sep 2024 12:35:19 +0200 Subject: [PATCH 1/2] Adds scroll to the left toolbar --- scss/_viewer.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/_viewer.scss b/scss/_viewer.scss index 33b8852e9..3e2b6c16e 100644 --- a/scss/_viewer.scss +++ b/scss/_viewer.scss @@ -2,11 +2,11 @@ display: block; display: flex; flex-flow: column; -} - -.o-tools-left { left: 0; top: 0; + width: 100%; + scrollbar-width: none; + overflow: auto; } .o-toolbar-maptools { From dcc4c8e64bff055c4e8cb07a15247f8688da3d2e Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 11 Sep 2024 12:48:06 +0200 Subject: [PATCH 2/2] id not class --- scss/_viewer.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/_viewer.scss b/scss/_viewer.scss index 3e2b6c16e..674f29980 100644 --- a/scss/_viewer.scss +++ b/scss/_viewer.scss @@ -4,6 +4,9 @@ flex-flow: column; left: 0; top: 0; +} + +#o-tools-left { width: 100%; scrollbar-width: none; overflow: auto;