mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Improve SquireUI on mobile by placing toolbar fixed at bottom of screen (and top of touch keyboard)
This commit is contained in:
parent
385cd9588c
commit
d33f9710c2
4 changed files with 24 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
|||
width: 98%;
|
||||
max-width: 1000px;
|
||||
margin: 10px auto;
|
||||
min-height: calc(100% - 30px);
|
||||
min-height: calc(100% - 44px);
|
||||
|
||||
.modal-body {
|
||||
padding: 0;
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
color: #333;
|
||||
|
||||
html.rl-mobile &{
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.e-identity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue