Removes the unnecessary fixed height.
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
Notes
This style applies to http://online.babylon.com/combo/index.html
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;
}
}