mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
z-index fix for previewless composer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user