For css rules only for Firefox use this container:
@-moz-document url-prefix() {
#some_id{
height: auto;
}
}
Posted by konjoot to wiki (2014-01-28 09:06)
For css rules only for Firefox use this container:
@-moz-document url-prefix() {
#some_id{
height: auto;
}
}