FIX: Display composer popovers over dropdowns (#15659)

This commit is contained in:
Jarek Radosz 2022-01-20 17:55:55 +01:00 committed by GitHub
parent 2426e3510d
commit 23aceedbd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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);
}