Skip to content

Commit

Permalink
Fix vertical scrollbar on about-menu
Browse files Browse the repository at this point in the history
Visible when there are 5 or more items on the about-menu. Fixes fixes
mmistakes#14
  • Loading branch information
teelahti committed Mar 3, 2014
1 parent 28916c1 commit cac2401
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ svg:not(:root) {

@media only screen and (min-width: 48em) {
.dl-menuwrapper .dl-menu {
max-height: 650px;
max-height: 700px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
Expand Down
Loading

0 comments on commit cac2401

Please sign in to comment.