1
0
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:
Dan Brown
2016-03-13 14:00:24 +00:00
parent dbe11c1360
commit a06321675a
5 changed files with 14 additions and 2 deletions

View File

@ -4,6 +4,10 @@
html {
background-color: #FFFFFF;
height: 100%;
overflow-y: scroll;
&.flexbox {
overflow-y: hidden;
}
}
body {
font-family: $text;