Browse Source

Fix for #5733

There is an issue with scrolling content modal's scrollbar on some versions of Firefox and particular OS. To fix this issue, I have removed the perspective property for appropriate selector.
pull/6132/head
Ashutosh Sharma 6 years ago
committed by GitHub
parent
commit
5e3bcd31ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. 4
      src/definitions/modules/dimmer.less

4
src/definitions/modules/dimmer.less

@ -122,6 +122,10 @@
transform-origin: center center;
}
.ui.page.dimmer.modals {
perspective: none;
}
body.animating.in.dimmable,
body.dimmed.dimmable {
overflow: hidden;

Loading…
Cancel
Save