mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Display composer popovers over dropdowns (#15659)
This commit is contained in:
parent
2426e3510d
commit
23aceedbd5
@ -88,15 +88,11 @@
|
||||
bottom: 8px;
|
||||
right: 8px;
|
||||
overflow-y: auto;
|
||||
z-index: z("composer", "popover");
|
||||
z-index: z("composer", "dropdown") + 1;
|
||||
padding: 1.5em;
|
||||
box-shadow: shadow("dropdown");
|
||||
background: var(--highlight-medium);
|
||||
|
||||
.hide-preview & {
|
||||
z-index: z("composer", "dropdown") + 1;
|
||||
}
|
||||
|
||||
&.urgent {
|
||||
background: var(--danger-low);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user