From 00de500906fd835618d4ee82f4d7fd54a1d10e9f Mon Sep 17 00:00:00 2001 From: Dean Whillier Date: Tue, 8 Oct 2019 16:25:03 -0400 Subject: [PATCH] change mechanism for showing/hiding tabs (#1057) - allow hidden tabs to still receive unread/mention updates --- src/browser/css/components/MattermostView.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/browser/css/components/MattermostView.css b/src/browser/css/components/MattermostView.css index 45874812..3ab9bc42 100644 --- a/src/browser/css/components/MattermostView.css +++ b/src/browser/css/components/MattermostView.css @@ -19,9 +19,8 @@ } .mattermostView-hidden webview { - flex: 0 1; - width: 0px; - height: 0px; + visibility: hidden; + z-index: -1; } .mattermostView-loadingScreen {