webthrottle: fix use height 100dvh for mobile, to prevent scrolling due to address bar
see #178
Dieser Commit ist enthalten in:
Ursprung
5acd8f1861
Commit
4d317156f6
@ -77,6 +77,7 @@ html,
|
||||
body
|
||||
{
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren