Browse Source

Fixes #1245, scrolling large/small modal not working correctly

pull/1243/merge
jlukic 10 years ago
parent
commit
7c4bd4c42a
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/modal.less

2
src/definitions/modules/modal.less

@ -307,7 +307,7 @@
.ui.scrolling.modal { .ui.scrolling.modal {
position: static; position: static;
margin: @scrollingMargin auto;
margin: @scrollingMargin auto !important;
} }
@media only screen and (max-width : @computerBreakpoint) { @media only screen and (max-width : @computerBreakpoint) {

Loading…
Cancel
Save