Skip to content

Commit e630916

Browse files
Merge pull request #387 from b30wulffz/master
Fixed overflow in dropdown menu
2 parents f4c7ef0 + 63bdcf3 commit e630916

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public_static/lib/styles/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ body {
4949
position: absolute;
5050
right: 20px;
5151
}
52+
53+
.dropdown-menu {
54+
overflow: hidden;
55+
}

0 commit comments

Comments
 (0)