Fixed overflow scroll bar in Firefox

This commit is contained in:
Magnus Ullberg 2018-05-28 20:49:00 -04:00
parent ed992e2a4f
commit facabdbd89
1 changed files with 2 additions and 2 deletions

View File

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