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