Skip to content

customer.easypark.net - Unfix the header by denilsonsa

Details

Authordenilsonsa

LicensePublic Domain

Categoryeasypark

Created

Updated

Code size437 B

Code checksum8a75bec3

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bad design strikes again. The fixed top header obscures some of the content.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           customer.easypark.net - Unfix the header
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Bad design strikes again. The fixed top header obscures some of the content.
@author         Denilson
==/UserStyle== */

@-moz-document domain("customer.easypark.net") {
    html .header-fixed {
        position: relative;
    }
    html #content {
        padding-top: 0;
    }
}

Reviews

No reviews yet.