mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-04 13:17:36 +01:00
Fix Chrome 121 scrollbars
This commit is contained in:
parent
d5a2f5d9fc
commit
625a07ac1f
@ -538,7 +538,6 @@ hr {
|
|||||||
background-color: var(--SmartThemeChatTintColor);
|
background-color: var(--SmartThemeChatTintColor);
|
||||||
-webkit-backdrop-filter: blur(var(--SmartThemeBlurStrength));
|
-webkit-backdrop-filter: blur(var(--SmartThemeBlurStrength));
|
||||||
text-shadow: 0px 0px calc(var(--shadowWidth) * 1px) var(--SmartThemeShadowColor);
|
text-shadow: 0px 0px calc(var(--shadowWidth) * 1px) var(--SmartThemeShadowColor);
|
||||||
scrollbar-width: thin;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 30;
|
z-index: 30;
|
||||||
}
|
}
|
||||||
@ -979,7 +978,6 @@ textarea {
|
|||||||
font-size: var(--mainFontSize);
|
font-size: var(--mainFontSize);
|
||||||
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
scrollbar-width: thin;
|
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
max-height: 90svh;
|
max-height: 90svh;
|
||||||
}
|
}
|
||||||
@ -3125,7 +3123,6 @@ a {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
scrollbar-width: thin;
|
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user