Removing max-height on app-header (#11906)

Fixes #11822 by allowing sprites and bg to take up as much space as they 
need.
This commit is contained in:
David C
2020-06-20 09:40:46 -07:00
committed by GitHub
parent fd8f21455c
commit f2a8ba4878

View File

@@ -83,7 +83,6 @@
color: $header-color; color: $header-color;
flex-wrap: nowrap; flex-wrap: nowrap;
position: relative; position: relative;
max-height: 10.25rem;
} }
.hide-header { .hide-header {