mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03: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%;
|
width: 98%;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
height: calc(100% - 60px);
|
min-height: calc(100% - 60px);
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
overflow: auto;
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue