]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_blocks.scss
Added migration file.
[bookstack] / resources / assets / sass / _blocks.scss
index c804b9aa8ac422f5573b6dff6d5073b3c68562b9..c5b850507b044cb9ed75b77a2e2b4fca8de03aa9 100644 (file)
   background-color: #F8F8F8;
   padding: $-m;
   border: 1px solid #DDD;
-}
-
-#sidebar .scroll-body {
-  &.fixed {
-    z-index: 5;
-    position: fixed;
-    top: 0;
-    padding-right: $-m;
-    width: 30%;
-    left: 0;
-    height: 100%;
-    overflow-y: scroll;
-    -ms-overflow-style: none;
-    //background-color: $primary-faded;
-    border-left: 1px solid #DDD;
-    &::-webkit-scrollbar { width: 0 !important }
-  }
 }
\ No newline at end of file