]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_editor.scss
Lexical: Added tracked container, added fullscreen action
[bookstack] / resources / sass / _editor.scss
index 2fcf4edb39720482a95d2e05034191b9a61ae738..79cbc73e89d396c86a08466d415db616168966b4 100644 (file)
@@ -4,11 +4,25 @@
 }
 
 // Main UI elements
+.editor-container {
+  background-color: #FFF;
+  position: relative;
+  &.fullscreen {
+    z-index: 500;
+  }
+}
 .editor-toolbar-main {
   display: flex;
   flex-wrap: wrap;
 }
 
+body.editor-is-fullscreen {
+  overflow: hidden;
+  .edit-area {
+    z-index: 20;
+  }
+}
+
 // Buttons
 .editor-button {
   border: 1px solid #DDD;