From 3587b26bc3a4da7a440058fa19ef520c9bcf3ddf Mon Sep 17 00:00:00 2001 From: erichang Date: Tue, 7 Apr 2020 11:31:25 -0700 Subject: [PATCH] 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 --- _sass/components/_sidenav.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_sass/components/_sidenav.scss b/_sass/components/_sidenav.scss index 8d0c8ea74..05b6e99f7 100644 --- a/_sass/components/_sidenav.scss +++ b/_sass/components/_sidenav.scss @@ -22,8 +22,7 @@ position: relative; float:left; left: 0; - height: 1000px; - padding: 0 2.5rem; + padding: 0 2.5rem 2.5rem; background: $t-theme; z-index: 10; list-style-type: none;