fix transparent popovers

This commit is contained in:
Henry Jameson 2024-04-04 22:45:13 +03:00
commit c0010d0f48
2 changed files with 6 additions and 3 deletions

View file

@ -71,6 +71,7 @@
border-color: var(--border);
border-style: solid;
border-width: 1px;
background-color: var(--background);
}
.dropdown-menu {
@ -82,6 +83,7 @@
max-width: 100vw;
z-index: var(--ZI_popover_override, var(--ZI_popovers));
white-space: nowrap;
background-color: var(--background);
.dropdown-divider {
height: 0;