mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 08:54:33 +08:00
Made docs sidebar a slight bit easier to scroll
Now it easily goes off the page, made it indapentally scrollable. Will probably do something different in future as it grows more.
This commit is contained in:
@ -274,4 +274,6 @@
|
||||
.sticky-sidebar {
|
||||
position: sticky;
|
||||
top: $-m;
|
||||
max-height: calc(100vh - #{$-m});
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user