Fixes ZAM Scroll issue with adblockers.
EQ Allakhazam Scroll Fix by gello
Details
Authorgello
LicenseNo License
Categoryallakhazam
Created
Updated
Size353 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 EQ Allakhazam Scroll Fix
@version 20210820.05.48
@namespace userstyles.world/user/gello
@description Fixes ZAM Scroll issue with adblockers.
@author gello
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://everquest.allakhazam.com") {
html {
overflow: visible !important;
}
}