Skip to content

Linux Github PR Scroll Fix by mullr

Details

Authormullr

LicenseNo License

Categorygithub

Created

Updated

Size332 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           LinuxGithubPrScrollFix
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    https://github.com/github/feedback/discussions/8098
@author         Me
==/UserStyle== */
@-moz-document domain(github.com) {
    .diff-view .data.highlight {
        overflow-y: hidden;
    }
}

Reviews

No reviews yet.