]> BookStack Code Mirror - bookstack/commitdiff
Updated editor z-indexing to not hide app menu
authorDan Brown <redacted>
Sun, 4 Aug 2019 15:21:16 +0000 (16:21 +0100)
committerDan Brown <redacted>
Sun, 4 Aug 2019 15:21:16 +0000 (16:21 +0100)
Closes #1556

resources/assets/sass/_header.scss
resources/assets/sass/_pages.scss

index c4ca4607adf76a641477d51f31952d1452527db1..adb014f4a956b135255982d0ea71830138ab3ece 100644 (file)
@@ -16,7 +16,7 @@ header .grid {
 header {
   position: relative;
   display: block;
-  z-index: 6;
+  z-index: 11;
   top: 0;
   background-color: $primary-dark;
   color: #fff;
index 39e93f5b1403240c7157bd5dba5e761e473b834d..fc784eebe84bcf5a6d745cc5cb3be0ef8048cc2d 100755 (executable)
   }
 }
 
+body.mce-fullscreen .page-editor .edit-area {
+  z-index: 12;
+}
+
 @include smaller-than($s) {
   .page-edit-toolbar {
     overflow-x: scroll;