mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
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
Block a user