Browse Source

Fix wide and very wide popup appear offscreen on mobile

pull/2616/merge
jlukic 9 years ago
parent
commit
1177c23789
1 changed files with 7 additions and 0 deletions
  1. 7
      src/definitions/modules/popup.less

7
src/definitions/modules/popup.less

@ -265,6 +265,13 @@
max-width: @veryWideWidth;
}
@media only screen and (max-width: @largestMobileScreen) {
.ui.wide.popup,
.ui[class*="very wide"].popup {
max-width: @maxWidth;
}
}
/*--------------
Fluid

Loading…
Cancel
Save