From 824a5d2cd32f6970bb1e5a38554a97bb5c10ed35 Mon Sep 17 00:00:00 2001 From: asemwilhelmsen Date: Tue, 11 Jul 2023 15:18:44 +0200 Subject: [PATCH] feat(admin): makes tilesettings scrollable --- .../components/TileSettingsWrapper/styles.module.css | 4 ++-- next-tavla/src/Shared/styles/global.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/next-tavla/src/Admin/scenarios/TileSettings/components/TileSettingsWrapper/styles.module.css b/next-tavla/src/Admin/scenarios/TileSettings/components/TileSettingsWrapper/styles.module.css index 65c169891c..3fcf27570a 100644 --- a/next-tavla/src/Admin/scenarios/TileSettings/components/TileSettingsWrapper/styles.module.css +++ b/next-tavla/src/Admin/scenarios/TileSettings/components/TileSettingsWrapper/styles.module.css @@ -10,6 +10,6 @@ border-radius: 0.5em; padding: 1em; width: 50em; - height: 20em; - overflow: scroll; + height: 25em; + overflow-y: auto; } diff --git a/next-tavla/src/Shared/styles/global.css b/next-tavla/src/Shared/styles/global.css index bebe1323fd..6ab7e9f419 100644 --- a/next-tavla/src/Shared/styles/global.css +++ b/next-tavla/src/Shared/styles/global.css @@ -11,6 +11,7 @@ html { font-size: 16px; font-weight: 400; line-height: 1.2; + overflow: hidden; } h3 {