Browse Source

Fix scrolling modal spacing on mobile

pull/2519/head
jlukic 9 years ago
parent
commit
43b488fcb6
1 changed files with 3 additions and 3 deletions
  1. 6
      src/definitions/modules/modal.less

6
src/definitions/modules/modal.less

@ -372,9 +372,9 @@
}
@media only screen and (max-width : @computerBreakpoint) {
.ui.scrolling.modal {
margin-top: @mobileScrollingMargin;
margin-bottom: @mobileScrollingMargin;
.modals.dimmer .ui.scrolling.modal {
margin-top: @mobileScrollingMargin !important;
margin-bottom: @mobileScrollingMargin !important;
}
}

Loading…
Cancel
Save