Skip to content

Commit

Permalink
Fix full screen modals not working with flex #6587
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 13, 2018
1 parent 94d93bd commit 36d5857
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Expand Up @@ -10,6 +10,7 @@
- **Gulp** - Updated all gulp dependencies to most recent released versions with modifications to tasks as necessary.

**Bug Fixes**
- **Modal** - Fixed `fullscreen modal` having incorrect left offset with flex modals #6587
- **Embed** - Embed will now correctly remove DOM metadata on `destroy`
- **Grid** - Fix issue with `very relaxed vertically divided grid` having wrong margins on dividers

Expand Down
4 changes: 0 additions & 4 deletions src/definitions/modules/modal.less
Expand Up @@ -421,12 +421,8 @@

.ui.fullscreen.modal {
width: @fullScreenWidth !important;
left: @fullScreenOffset !important;
margin: @fullScreenMargin;
}
.ui.fullscreen.scrolling.modal {
left: 0em !important;
}
.ui.fullscreen.modal > .header {
padding-right: @closeHitbox;
}
Expand Down

0 comments on commit 36d5857

Please sign in to comment.