css: no longer declare height on pwa-navigation component (#44255)

height is already declared on links
This commit is contained in:
Thomas Jund 2020-06-19 10:52:45 +02:00
parent 89489c41c9
commit 7238a435cc
1 changed files with 0 additions and 1 deletions

View File

@ -357,7 +357,6 @@ div.menucell {
@mixin pwa-bottom-bar {
background: $nav-mobile-bottom-bar-background;
height: $nav-mobile-bottom-bar-height;
position: fixed;
bottom: 0;
z-index: 1000;