Fix draft position in iOS webview

This commit is contained in:
Penar Musaraj 2019-04-15 19:10:18 -04:00
parent e23c87c442
commit 74c4ef6b50
1 changed files with 5 additions and 0 deletions

View File

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