Bad design strikes again. The fixed top header obscures some of the content.
customer.easypark.net - Unfix the header by denilsonsa
Details
Authordenilsonsa
LicensePublic Domain
Categoryeasypark
Created
Updated
Size437 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 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;
}
}