Adds a scrollbar to the No. of characters/No. of lines dropdown at the top of the TheMoeWay Texthooker page
Texthooker Character Count Scrollbar by fallynleaf

Details
Authorfallynleaf
LicenseNo License
Categorylearnjapanese.moe/texthooker.html
Created
Updated
Size533 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 Texthooker Character Count Scrollbar
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Adds a scrollbar to the No. of characters/No. of lines dropdown at the top of the TheMoeWay Texthooker page
@author fallynleaf
==/UserStyle== */
@-moz-document url-prefix("https://learnjapanese.moe/texthooker.html") {
#detailed-counter {
display: block;
overflow-y: auto;
height: 561px;
width: 160px;
padding-right: 5px;
scrollbar-width: thin;
}
}