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);