z-index fix for previewless composer

This commit is contained in:
Kris 2018-04-25 21:00:33 -04:00
parent 879aac39f7
commit 8d86e49845
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@
padding: 10px 10px 35px 10px;
box-shadow: shadow("card");
background: $highlight-medium;
.hide-preview & {
z-index: z("composer","dropdown") + 1;
}
&.urgent {
background: $danger-low;