Skip to content

Commit 743f776

Browse files
committed
fix: Fix the overllaping LLMButtons dropdown
1 parent 41fafca commit 743f776

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)