🐛 Fixes Firefox bug, broken height on config container

This commit is contained in:
Alicia Sykes 2021-07-17 15:01:32 +01:00
parent 0926d45f50
commit 309c249e9a

View File

@ -331,6 +331,7 @@ p.small-screen-note {
height: -webkit-fill-available;
height: -moz-available;
height: stretch;
height: 100%; // Firefox
}
.tab-item {