Disable sticky header on walmart.com
Disable sticky header by 48cpl
Details
Author48cpl
LicenseNo License
Categorywalmart.com
Created
Updated
Size199 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 walmart.com - Jul 2024
@version 20240714.11.56
@namespace ?
==/UserStyle== */
@-moz-document domain("walmart.com") {
.sticky {
position: relative !important;
}
}