From 309c249e9a6f589e6207c6e1a39f35871738afa7 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 17 Jul 2021 15:01:32 +0100 Subject: [PATCH] :bug: Fixes Firefox bug, broken height on config container --- src/components/Configuration/ConfigContainer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue index 7548ba7d..e38995aa 100644 --- a/src/components/Configuration/ConfigContainer.vue +++ b/src/components/Configuration/ConfigContainer.vue @@ -331,6 +331,7 @@ p.small-screen-note { height: -webkit-fill-available; height: -moz-available; height: stretch; + height: 100%; // Firefox } .tab-item {