]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Improve sorting Shelf Books
[bookstack] / resources / sass / _layout.scss
index c4e412f0e67a982492b61363c05dab4bf27f0471..4873ff2da651ee1575a048a4973f95069fa0a343 100644 (file)
@@ -153,6 +153,9 @@ body.flexbox {
 .justify-center {
   justify-content: center;
 }
+.items-center {
+  align-items: center;
+}
 
 
 /**
@@ -175,6 +178,10 @@ body.flexbox {
   display: none !important;
 }
 
+.fill-height {
+  height: 100%;
+}
+
 .float {
   float: left;
   &.right {
@@ -272,6 +279,7 @@ body.flexbox {
     min-height: 50vh;
     overflow-y: scroll;
     overflow-x: hidden;
+    height: 100%;
     scrollbar-width: none;
     -ms-overflow-style: none;
     &::-webkit-scrollbar {
@@ -350,4 +358,4 @@ body.flexbox {
     margin-inline-start: 0;
     margin-inline-end: 0;
   }
-}
\ No newline at end of file
+}