From cb6174cf7db3bf3af37f2da1fb704e6523d21be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 11 Jul 2023 10:52:27 +0200 Subject: [PATCH] Fix settings tab list scroll-bars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/tabs/Tabs.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs/Tabs.module.css b/src/tabs/Tabs.module.css index 9ba61048..affc2588 100644 --- a/src/tabs/Tabs.module.css +++ b/src/tabs/Tabs.module.css @@ -26,7 +26,7 @@ limitations under the License. padding: 0; margin: 0 auto 24px auto; gap: 16px; - overflow: scroll; + overflow-y: auto; max-width: 100%; }