Skip to content

Commit 6bc6233

Browse files
committed
Fix dropdowns at bottom of page
1 parent dd1562b commit 6bc6233

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

media/commitfest/css/commitfest.css

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ div.form-group div.controls input.threadpick-input {
3737
display: inline;
3838
}
3939

40+
.dropdown-menu__up {
41+
top: initial;
42+
bottom: 100%;
43+
}
4044

4145

4246
/*

0 commit comments

Comments
 (0)