mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 18:11:18 +00: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 {
|
#reply-control.draft {
|
||||||
bottom: $footer-nav-height;
|
bottom: $footer-nav-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#reply-control.draft {
|
||||||
|
margin-bottom: env(safe-area-inset-bottom);
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-nav {
|
.footer-nav {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user