Skip to content

Commit

Permalink
Fixes #933: Search Bar is visible while typing in mobile. (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenojha33 authored and mariobehling committed Jun 29, 2018
1 parent 3bbd002 commit 17e6bd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/footer-navbar/footer-navbar.component.css
Expand Up @@ -102,3 +102,9 @@ div a:active {
padding-right: 1%;
}
}

@media screen and (max-height:350px){
.footer-bar{
display:none;
}
}

0 comments on commit 17e6bd1

Please sign in to comment.