Skip to content

Commit

Permalink
Add fix for header height on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
1naveengiri committed Dec 26, 2019
1 parent 0daba5b commit badc325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/responsive/_992down.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

.site-header {
height: auto;
min-height: initial;
overflow: hidden;
.container {
min-height: $header-height;
Expand Down

0 comments on commit badc325

Please sign in to comment.