mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Forced browser scrollbar, Added custom theme compatible logo
Also removed link to search all pages if no pages mached search on global search page. Closes #74.
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
html {
|
||||
background-color: #FFFFFF;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
&.flexbox {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
}
|
||||
body {
|
||||
font-family: $text;
|
||||
|
Reference in New Issue
Block a user