mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove borders from scrollbar gutters.
Leave for moving UI vertical
This commit is contained in:
@@ -155,17 +155,19 @@ body {
|
||||
border-radius: 10px;
|
||||
background-clip: content-box;
|
||||
border: 2px solid transparent;
|
||||
border-top: 20px solid transparent;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
body.movingUI ::-webkit-scrollbar-thumb:vertical {
|
||||
border-top: 20px solid transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:horizontal {
|
||||
background-color: var(--grey7070a);
|
||||
box-shadow: inset 0 0 0 1px var(--black50a);
|
||||
border-radius: 10px;
|
||||
background-clip: content-box;
|
||||
border: 2px solid transparent;
|
||||
border-left: 20px solid transparent;
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user