fix: overlay z-index
This commit is contained in:
@ -161,9 +161,11 @@ button span.hide-on-mobile {
|
|||||||
background-color: rgba(0, 0, 0, 0.8);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-content {
|
.dialog-content {
|
||||||
|
z-index: 2;
|
||||||
background-color: #171717;
|
background-color: #171717;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
Reference in New Issue
Block a user