Skip to content

Commit dbe3cc5

Browse files
committed
fix(sidenav): add min width for empty navs
1 parent a9bc5fa commit dbe3cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/sidenav/sidenav.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
107107
top: 0;
108108
bottom: 0;
109109
z-index: 3;
110+
min-width: 5%;
110111

111112
background-color: $md-sidenav-background-color;
112113

0 commit comments

Comments
 (0)