From 77d65d6cecfae1bdbf5e5b7d8c882d39846b91f1 Mon Sep 17 00:00:00 2001 From: eugenijm Date: Thu, 23 Jul 2020 12:20:48 +0300 Subject: Ensures the minimized modal is always 50px above the mobile browser bottom bar regardless of whether or not it is visible. --- src/components/tab_switcher/tab_switcher.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/tab_switcher') diff --git a/src/components/tab_switcher/tab_switcher.js b/src/components/tab_switcher/tab_switcher.js index 19206610..40b5b3ca 100644 --- a/src/components/tab_switcher/tab_switcher.js +++ b/src/components/tab_switcher/tab_switcher.js @@ -46,7 +46,7 @@ export default Vue.component('tab-switcher', { return this.active } }, - bodyLocked () { + settingsModalVisible () { return this.settingsModalState === 'visible' }, ...mapState({ @@ -141,7 +141,7 @@ export default Vue.component('tab-switcher', {
{tabs}
-
+
{contents}
-- cgit v1.2.3-70-g09d2