Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(menu): fix divider disappearing on scrolling menu
Browse files Browse the repository at this point in the history
closes #5081
  • Loading branch information
rschmukler committed Nov 11, 2015
1 parent bd01415 commit 3ab6aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ $max-dense-menu-height: 2 * $baseline-grid + $max-visible-items * $dense-menu-it
margin-top: $baseline-grid / 2;
margin-bottom: $baseline-grid / 2;
height: 1px;
min-height: 1px;
max-height: 1px;
width: 100%;
}

Expand Down

0 comments on commit 3ab6aa3

Please sign in to comment.