Merge pull request #3 from ullbergm/fix-firefox-scroll-bar

Fixed overflow scroll bar in Firefox
This commit is contained in:
Kukielka
2018-05-29 09:06:05 +02:00
committed by GitHub

View File

@ -35,7 +35,7 @@ body {
max-height: 85%; max-height: 85%;
overflow: auto; overflow: auto;
display: flex; display: flex;
overflow-y: scroll; overflow-y: auto;
} }
#wrapper a { #wrapper a {