Skip to content

Commit 6833540

Browse files
authored
docs: fix the overlapping LLMButtons dropdown (#1618)
closes: apify/apify-web#5575 Fix the overllaping Menu <img width="281" height="337" alt="image" src="https://github.com/user-attachments/assets/fb9b6e1e-83cc-4e51-a727-240cd8128e7c" />
1 parent 1c85b9d commit 6833540

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)