Skip to content

Commit 2229ab6

Browse files
authored
docs: fix the overlapping LLMButtons dropdown (#3307)
Fix the overllaping Menu <img width="295" height="342" alt="image" src="https://github.com/user-attachments/assets/6a667bc6-20c4-4bc2-ab59-3345f7ded3f9" />
1 parent ace4b36 commit 2229ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/LLMButtons.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
.menuDropdown {
6767
position: absolute;
6868
right: 0;
69-
margin-top: 0.5rem;
69+
top: calc(100% + 0.5rem);
7070
padding: 0.375rem;
7171
border-radius: 0.75rem;
7272
border: 1px solid var(--color-separator);

0 commit comments

Comments
 (0)