z-index fix for previewless composer
This commit is contained in:
parent
879aac39f7
commit
8d86e49845
|
@ -85,6 +85,10 @@
|
||||||
padding: 10px 10px 35px 10px;
|
padding: 10px 10px 35px 10px;
|
||||||
box-shadow: shadow("card");
|
box-shadow: shadow("card");
|
||||||
background: $highlight-medium;
|
background: $highlight-medium;
|
||||||
|
.hide-preview & {
|
||||||
|
z-index: z("composer","dropdown") + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
&.urgent {
|
&.urgent {
|
||||||
background: $danger-low;
|
background: $danger-low;
|
||||||
|
|
Loading…
Reference in New Issue