mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-26 10:13:38 +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:
parent
53bcfe528d
commit
875a8bdaff
|
@ -274,4 +274,6 @@
|
|||
.sticky-sidebar {
|
||||
position: sticky;
|
||||
top: $-m;
|
||||
max-height: calc(100vh - #{$-m});
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user