Adds half the viewport height to the bottom of the page.
Page Scroll Past Bottom by thisbailiwick
Details
Authorthisbailiwick
LicenseMIT
CategoryGlobal
Created
Updated
Code size361 B
Code checksum2662a0f2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Breaks scroll on some pages, doesn't make sense to use on others. Copy and edit as wished.
Source code
/* ==UserStyle==
@name Page Scroll Past Bottom
@version 20231211.15.06
@namespace ?
==/UserStyle== */
@-moz-document domain("userstyles.world") {
html {
height: auto !important;
padding-bottom: 50vh !important;
}
}
@-moz-document url-prefix("https://example.com/") {
html {
height: auto !important;
padding-bottom: 50vh !important;
}
}