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%;
|
max-height: 85%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapper a {
|
#wrapper a {
|
||||||
@ -62,4 +62,4 @@ body {
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
|
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
|
||||||
background-color: rgba(255,255,255,.2);
|
background-color: rgba(255,255,255,.2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user