Fix Firefox quirk
This commit is contained in:
parent
b815ab506d
commit
e0fca4e0a5
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ body {
|
|||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
html {
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
#logonView {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue