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

Commit 3ab6aa3

Browse files
committed
fix(menu): fix divider disappearing on scrolling menu
closes #5081
1 parent bd01415 commit 3ab6aa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/menu/menu.scss

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ $max-dense-menu-height: 2 * $baseline-grid + $max-visible-items * $dense-menu-it
1717
margin-top: $baseline-grid / 2;
1818
margin-bottom: $baseline-grid / 2;
1919
height: 1px;
20+
min-height: 1px;
21+
max-height: 1px;
2022
width: 100%;
2123
}
2224

0 commit comments

Comments
 (0)