Fix scroll bug on wikipedia by setting scroll-padding to 0
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
Notes
In response to this: https://www.reddit.com/r/wikipedia/comments/1j66yvq
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;
}
}