Fixes the scrollbar not extending to the right hand of the screen
Twitch scrollbar fix by Jookia
Details
AuthorJookia
LicenseCC0
Categorytwitch.tv
Created
Updated
Size343 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Twitch scrollbar fix
@version 20240419.16.05
@namespace https://userstyles.world/user/Jookia
@description Fixes the scrollbar not extending to the right hand of the screen
@author Jookia
@license CC0
==/UserStyle== */
@-moz-document domain("twitch.tv") {
.simplebar-track {
width: 0;
}
}