Restores a native scrollbar, instead of the custom JavaScript-heavy thing they have.
emugif.com - Scrollable content by denilsonsa
Details
Authordenilsonsa
LicensePublic Domain
Categoryemugif
Created
Updated
Size552 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 emugif.com - Scrollable content
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Restores a native scrollbar, instead of the custom JavaScript-heavy thing they have.
@author Denilson
==/UserStyle== */
@-moz-document domain("emugif.com") {
html #noticeout {
overflow: auto !important;
}
html #noticeout > #notice {
position: static !important;
}
/* OMG! So many nested tables! */
html td > #button {
pointer-events: none;
}
}