mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
scrollbar css fix
This commit is contained in:
@@ -103,10 +103,12 @@ body {
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: var(--grey7070a);
|
||||
border: 2px solid transparent;
|
||||
box-shadow: inset 0 0 0 1px var(--black50a);
|
||||
border-radius: 10px;
|
||||
background-clip: content-box;
|
||||
border: 2px solid transparent;
|
||||
border-top: 20px solid transparent;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
table.responsiveTable {
|
||||
@@ -4024,16 +4026,6 @@ body.movingUI #floatingPrompt {
|
||||
resize: both;
|
||||
}
|
||||
|
||||
body.movingUI #chat::-webkit-scrollbar-thumb {
|
||||
background-color: var(--grey7070a);
|
||||
border: 2px solid transparent;
|
||||
border-top: 20px solid transparent;
|
||||
box-shadow: inset 0 0 0 1px var(--black50a);
|
||||
border-radius: 10px;
|
||||
background-clip: content-box;
|
||||
}
|
||||
|
||||
|
||||
#expression-image.default,
|
||||
#expression-holder:has(.default) {
|
||||
height: 120px;
|
||||
|
Reference in New Issue
Block a user