1
0
mirror of https://github.com/uowuo/abaddon.git synced 2025-03-04 03:03:16 -05:00

override min-height for message input vscrollbar slider

This commit is contained in:
ouwou 2023-12-03 02:58:12 -05:00
parent 34faa1405c
commit 2625f6e420

View File

@ -133,3 +133,7 @@
.voice-settings-window scale {
margin-right: 8px;
}
.message-input scrollbar.vertical slider {
min-height: 0px;
}