From 743f776f9ec443bb2e0e8dffdfe6de626b6dd23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Biro=C5=A1?= Date: Tue, 16 Dec 2025 15:10:28 +0100 Subject: [PATCH] fix: Fix the overllaping LLMButtons dropdown --- website/src/components/LLMButtons.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/LLMButtons.module.css b/website/src/components/LLMButtons.module.css index 865c3a463d..8fe280a26a 100644 --- a/website/src/components/LLMButtons.module.css +++ b/website/src/components/LLMButtons.module.css @@ -66,7 +66,7 @@ .menuDropdown { position: absolute; right: 0; - margin-top: 0.5rem; + top: calc(100% + 0.5rem); padding: 0.375rem; border-radius: 0.75rem; border: 1px solid var(--color-separator);