Ensure that the moderation drop-down menu does not get hidden behind other elements
This commit is contained in:
parent
9112dec6ed
commit
cc1e7602a7
1 changed files with 1 additions and 1 deletions
|
@ -1698,7 +1698,7 @@ font-size: large;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
right: -1px;
|
right: -1px;
|
||||||
z-index: 90;
|
z-index: 110;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
background: var(--neutral-light-color);
|
background: var(--neutral-light-color);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Reference in a new issue