mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Lower popover z-index to render below modals
This commit is contained in:
parent
a77a6641e7
commit
195cf0fbdd
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue