mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add scroll bar to make it obvious
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user