Tweak for OzBargain Header
ozbargain.com.au by blazieee
Details
Authorblazieee
LicenseNo License
CategoryOzBargain
Created
Updated
Size489 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 OzBargain Sticky Header
@namespace anonymous
@version 1.0.0
==/UserStyle== */
@-moz-document domain("ozbargain.com.au") {
/* Uncomment the below to make the second header sticky. */
/* #header2nd {
position: sticky;
z-index: 997;
top: 45px;
} */
#header {
position: sticky;
z-index: 998;
top: 0px;
}
.menupopup {
top: 45px !important;
}
}