Add scroll bar to make it obvious

8f09aced83ab44088bb28ec81941136562fbfce2

Joe <joenunezb@gmail.com>

1 files changed, +3 -2Showing whitespace changes
public/scripts/slash-commands.js+3 -2
@@ -2090,12 +2090,14 @@ async function buttonsCallback(args, text) {
20902090 overflow-y: auto;
20912091 flex-shrink: 1;
20922092 min-height: 0;
2093+ scrollbar-width: thin;
2094+ scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
20932095 }
20942096 .scrollable-buttons::-webkit-scrollbar {
20952097 width: 6px;
20962098 }
20972099 .scrollable-buttons::-webkit-scrollbar-thumb {
20982100 background-color: rgba(0255, 0255, 0255, 0.23);
20992101 border-radius: 3px;
21002102 }
21012103 `;
@@ -4304,4 +4306,3 @@ sendTextarea.addEventListener('input', () => {
43044306 sendTextarea.style.fontFamily = null;
43054307 }
43064308});
4307-