Skip to content

Commit

Permalink
Remove height limit for modals in small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinalim committed Sep 5, 2018
1 parent 169aa75 commit 9258e8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/stylesheets/darkswarm/modals.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dialog

// Small - when modal IS full screen
@media only screen and (max-width: 640px) {
height: 500px;
left: 0;
max-height: 100%;
position: absolute !important;
Expand Down

0 comments on commit 9258e8c

Please sign in to comment.