mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
Prevent context menu from overlapping popup
This commit is contained in:
parent
fa452e94b0
commit
798099aaaf
@ -31,7 +31,7 @@
|
||||
#character_context_menu {
|
||||
position: absolute;
|
||||
padding: 3px;
|
||||
z-index: 10000;
|
||||
z-index: 9998;
|
||||
background-color: var(--black90a);
|
||||
border: 1px solid var(--black90a);
|
||||
border-radius: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user