Skip to content

babylon.com - Unlimited height by denilsonsa

Details

Authordenilsonsa

LicensePublic Domain

Categorybabylon

Created

Updated

Size351 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the unnecessary fixed height.

Notes

Source code

/* ==UserStyle==
@name           bis.babylon.com - Unlimited height
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes the unnecessary fixed height.
@author         Denilson
==/UserStyle== */

@-moz-document domain("bis.babylon.com") {
    html #container {
        height: auto;
        overflow: auto;
    }
}

Reviews

No reviews yet.