Merge pull request #3 from ullbergm/fix-firefox-scroll-bar
Fixed overflow scroll bar in Firefox
This commit is contained in:
commit
47525b8a92
@ -35,7 +35,7 @@ body {
|
||||
max-height: 85%;
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#wrapper a {
|
||||
|
Loading…
Reference in New Issue
Block a user