FIX: Show composer above DiscourseHub app nav on iPad

This commit is contained in:
Penar Musaraj 2019-10-02 14:13:33 -04:00
parent ea4e9dba8e
commit eeea016f23
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ body.footer-nav-ipad {
padding-bottom: 0; // resets safe-area-inset-bottom
}
#reply-control,
#reply-control.fullscreen {
z-index: z("ipad-header-nav") + 1;
}