mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +08:00
Bugfix: mobile screen not scrollable
This commit is contained in:
parent
19f5ea149a
commit
89d7a8426f
1 changed files with 1 additions and 2 deletions
|
@ -5,10 +5,9 @@
|
|||
width: 98%;
|
||||
max-width: 1000px;
|
||||
margin: 10px auto;
|
||||
height: calc(100% - 60px);
|
||||
min-height: calc(100% - 60px);
|
||||
|
||||
.modal-body {
|
||||
overflow: auto;
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue