Lower popover z-index to render below modals
This commit is contained in:
parent
a77a6641e7
commit
195cf0fbdd
@ -213,3 +213,7 @@ th {
|
||||
font-family: var(--theme-text-display-font-family);
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.ant-popover {
|
||||
z-index: 800; // Lower the z-index so it renders under modals.
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user