From eedccab57c224c2232bed43987d7cdffda99e842 Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Tue, 3 Feb 2026 15:45:57 +0200 Subject: [PATCH] increase max height --- src/lib/components/tool-selector/ToolMenu.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/tool-selector/ToolMenu.module.scss b/src/lib/components/tool-selector/ToolMenu.module.scss index 1e787c8..e8f19bd 100644 --- a/src/lib/components/tool-selector/ToolMenu.module.scss +++ b/src/lib/components/tool-selector/ToolMenu.module.scss @@ -62,7 +62,7 @@ .toolSection.talent & { flex-direction: column; - max-height: 380px; + max-height: 420px; } @include mobile {