UX: Change collapsed draft z-index on mobile
This commit is contained in:
parent
320b1e95bf
commit
f6c3962e3c
|
@ -63,6 +63,7 @@
|
|||
}
|
||||
|
||||
&.draft {
|
||||
z-index: z("footer-nav") + 1;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
|
||||
.toggle-toolbar,
|
||||
|
|
Loading…
Reference in New Issue