1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 10:06:54 +00:00

Fix username colors flickering with the dark theme enabled on Twitch whenever the scrollbar appears or disappears.

This commit is contained in:
SirStendec 2017-11-15 14:06:29 -05:00
parent 1357a3e143
commit 0173212a36
2 changed files with 23 additions and 2 deletions

View file

@ -5,4 +5,8 @@
.ffz--freeze-indicator {
pointer-events: none;
}
.chat-list__lines .simplebar-scrollbar {
will-change: opacity;
}