1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00
* Fixed: Scrolling issues after Twitch removed the simplebar library. (Fixes #1718)
* Fixed: Chat action hotkeys not working correctly.
This commit is contained in:
SirStendec 2025-07-21 13:19:55 -04:00
parent febd7da7c6
commit 5ce9e49496
8 changed files with 90 additions and 114 deletions

View file

@ -180,3 +180,7 @@
.ffz-aspect--align-bottom > :not(.ffz-aspect__spacer) {
bottom: 0;
}
.ffz-scrollable {
scrollbar-width: thin;
}