Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit af9f33e

Browse files
committed
fix: reduce dropdown max-height to avoid reaching bottom of screen
1 parent 1dddfda commit af9f33e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ a:hover { color: var(--accent-1); }
234234
border-radius: var(--radius-sm);
235235
box-shadow: 0 12px 40px rgba(0,0,0,0.5);
236236
z-index: 50;
237-
max-height: 280px;
237+
max-height: 200px;
238238
overflow-y: auto;
239239
display: none;
240240
}

0 commit comments

Comments
 (0)