Skip to content

[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

[github] expanded diff view scrollbar fix

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;   
}
}

Reviews

No reviews yet.