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

Commit 932d43a

Browse files
committed
fix: dropdown not showing because CSS expects .open on .custom-select-dropdown instead of parent .custom-select
1 parent 01a9c87 commit 932d43a

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
@@ -239,7 +239,7 @@ a:hover { color: var(--accent-1); }
239239
display: none;
240240
}
241241

242-
.custom-select-dropdown.open {
242+
.custom-select.open .custom-select-dropdown {
243243
display: block;
244244
}
245245

0 commit comments

Comments
 (0)