Skip to content

Fix scroll-padding hyperspeed scroll by kittymmeow

Details

Authorkittymmeow

LicenseNo License

Categorywikipedia

Created

Updated

Size400 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix scroll bug on wikipedia by setting scroll-padding to 0

Notes

Source code

/* ==UserStyle==
@name         Fix scroll-padding hyperspeed scroll
@version      2025.03
@namespace    https://userstyles.world/user/kittymmeow
@description  Fix scroll bug on wikipedia by setting scroll-padding to 0
@author       kittymmeow
@license      No License
==/UserStyle== */

@-moz-document domain("wikipedia.org") {
.client-js.vector-sticky-header-enabled {
    scroll-padding-top: 0;
}
}

Reviews

No reviews yet.