@@ -3,6 +3,7 @@
## v4.0.6-RC
* Fix: Avatar images in Recent Changes are not shown
+* Fix: Full screen modal of Handsontable and Draoio don't work
## v4.0.5
@@ -83,9 +83,9 @@
@mixin expand-modal-fullscreen($hasModalHeader: true, $hasModalFooter: true) {
// full-screen modal
width: auto;
- max-width: unset;
+ max-width: unset !important;
height: calc(100vh - 30px);
- margin: 15px;
+ margin: 15px !important;
.modal-content {