Fix draft position in iOS webview
This commit is contained in:
parent
e23c87c442
commit
74c4ef6b50
|
@ -13,6 +13,11 @@ body.footer-nav-visible {
|
|||
#reply-control.draft {
|
||||
bottom: $footer-nav-height;
|
||||
}
|
||||
|
||||
#reply-control.draft {
|
||||
margin-bottom: env(safe-area-inset-bottom);
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-nav {
|
||||
|
|
Loading…
Reference in New Issue