Browse Source

Fixes content not scrollable after dim typo #787

pull/1063/head
jlukic 10 years ago
parent
commit
e24a439ee4
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/modal.less

2
src/definitions/modules/modal.less

@ -251,7 +251,7 @@
/* A modal that cannot fit on the page */
.ui.scrolling.dimmable {
.ui.scrolling.dimmable.dimmed {
overflow: hidden;
}
.ui.scrolling.dimmable > .dimmer {

Loading…
Cancel
Save