Skip to content

Commit 3587b26

Browse files
Chang-Ericnick-someone
authored andcommitted
Tweak the sidenav CSS by removing the hardcoded height and adding a small padding to the bottom.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=305302509
1 parent e1c1640 commit 3587b26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_sass/components/_sidenav.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
position: relative;
2323
float:left;
2424
left: 0;
25-
height: 1000px;
26-
padding: 0 2.5rem;
25+
padding: 0 2.5rem 2.5rem;
2726
background: $t-theme;
2827
z-index: 10;
2928
list-style-type: none;

0 commit comments

Comments
 (0)