Skip to content

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

Tweak for OzBargain Header

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;
    }
}

Reviews

No reviews yet.