UX: Change collapsed draft z-index on mobile

This commit is contained in:
Penar Musaraj 2020-06-04 21:24:14 -04:00
parent 320b1e95bf
commit f6c3962e3c
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
}
&.draft {
z-index: z("footer-nav") + 1;
padding-bottom: env(safe-area-inset-bottom);
.toggle-toolbar,