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 {
flex: 0 1;
width: 0px;
height: 0px;
visibility: hidden;
z-index: -1;
}
.mattermostView-loadingScreen {