Skip to content

Commit 36d5857

Browse files
committed
Fix full screen modals not working with flex #6587
1 parent 94d93bd commit 36d5857

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- **Gulp** - Updated all gulp dependencies to most recent released versions with modifications to tasks as necessary.
1111

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

src/definitions/modules/modal.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,8 @@
421421

422422
.ui.fullscreen.modal {
423423
width: @fullScreenWidth !important;
424-
left: @fullScreenOffset !important;
425424
margin: @fullScreenMargin;
426425
}
427-
.ui.fullscreen.scrolling.modal {
428-
left: 0em !important;
429-
}
430426
.ui.fullscreen.modal > .header {
431427
padding-right: @closeHitbox;
432428
}

0 commit comments

Comments
 (0)