🐛 Fixes Firefox bug, broken height on config container
This commit is contained in:
@@ -331,6 +331,7 @@ p.small-screen-note {
|
|||||||
height: -webkit-fill-available;
|
height: -webkit-fill-available;
|
||||||
height: -moz-available;
|
height: -moz-available;
|
||||||
height: stretch;
|
height: stretch;
|
||||||
|
height: 100%; // Firefox
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-item {
|
.tab-item {
|
||||||
|
|||||||
Reference in New Issue
Block a user