]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Updated attachments to work with new dropzone
[bookstack] / resources / sass / _layout.scss
index 19333faf71baf7c4a6d69e7cfda11a3e4e7902cd..541978a65e2ac14aba3d34ee1624c3a6afcca849 100644 (file)
@@ -253,6 +253,15 @@ body.flexbox {
   position: relative;
 }
 
+.fixed {
+  position: fixed;
+  z-index: 20;
+  &.top-right {
+    top: 0;
+    right: 0;
+  }
+}
+
 .hidden {
   display: none !important;
 }