mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #710 from majick/poke-an-back-a-bit
Make AN not uber-z. Make options uber-z.
This commit is contained in:
@@ -548,7 +548,7 @@ hr {
|
||||
#options,
|
||||
#extensionsMenu {
|
||||
display: flex;
|
||||
z-index: 100;
|
||||
z-index: 29999;
|
||||
background-color: var(--SmartThemeBlurTintColor);
|
||||
-webkit-backdrop-filter: blur(var(--SmartThemeBlurStrength));
|
||||
backdrop-filter: blur(var(--SmartThemeBlurStrength));
|
||||
@@ -4153,7 +4153,7 @@ input.extension_missing[type="checkbox"] {
|
||||
margin: 0 auto;
|
||||
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
|
||||
-webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
|
||||
z-index: 9999 !important;
|
||||
z-index: 1000 !important;
|
||||
}
|
||||
|
||||
/*to prevent draggables from being made too small to see*/
|
||||
|
Reference in New Issue
Block a user