Improve SquireUI on mobile by placing toolbar fixed at bottom of screen (and top of touch keyboard)

This commit is contained in:
djmaze 2020-09-15 23:36:42 +02:00
parent 385cd9588c
commit d33f9710c2
4 changed files with 24 additions and 7 deletions

View file

@ -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 {