change mechanism for showing/hiding tabs (#1057)

- allow hidden tabs to still receive unread/mention updates
This commit is contained in:
Dean Whillier 2019-10-08 16:25:03 -04:00 committed by Guillermo Vayá
parent 2591656610
commit 00de500906

View file

@ -19,9 +19,8 @@
} }
.mattermostView-hidden webview { .mattermostView-hidden webview {
flex: 0 1; visibility: hidden;
width: 0px; z-index: -1;
height: 0px;
} }
.mattermostView-loadingScreen { .mattermostView-loadingScreen {