mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Prevent empty area scroll on body
This commit is contained in:
parent
07079b519a
commit
2b8fbaf091
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ html, body {
|
|||
}
|
||||
body#rl-app {
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue