Skip to content

Commit

Permalink
Fix Modal to appear below url searchbar on Google Chrome mobile brows…
Browse files Browse the repository at this point in the history
…er (#1277)

* Fix modal box to not be cutoff by url searchbar

* Made Modal at 100%; not blocked by searchbar

* Remove position absolute tag from media query for modal
  • Loading branch information
CSumm authored Nov 25, 2018
1 parent f3b0c8d commit 118613d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/Modal/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
z-index: $z-index-front;
@media screen and (max-width: $small) {
width: 100vw;
height: 100vh;
height: 100%;
border-radius: 0;
}
&Header {
Expand Down

0 comments on commit 118613d

Please sign in to comment.