mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
Add scroll bar to make it obvious
This commit is contained in:
parent
b164084c0c
commit
8f09aced83
@ -2090,12 +2090,14 @@ async function buttonsCallback(args, text) {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
|
||||||
}
|
}
|
||||||
.scrollable-buttons::-webkit-scrollbar {
|
.scrollable-buttons::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 6px;
|
||||||
}
|
}
|
||||||
.scrollable-buttons::-webkit-scrollbar-thumb {
|
.scrollable-buttons::-webkit-scrollbar-thumb {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(255, 255, 255, 0.3);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
@ -4304,4 +4306,3 @@ sendTextarea.addEventListener('input', () => {
|
|||||||
sendTextarea.style.fontFamily = null;
|
sendTextarea.style.fontFamily = null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user