[github] expanded diff view scrollbar fix
[github.com] fix expanded diff view scrollbar by hi-ogawa
Details
Authorhi-ogawa
LicenseNo License
Categorygithub
Created
Updated
Size244 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 github.com
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("github.com") {
.js-diff-progressive-container .js-blob-wrapper {
overflow-y: hidden;
}
}