fix(tile-view) avoid covering the logo

Reverts a8b2e6ffb3
This commit is contained in:
Saúl Ibarra Corretgé 2021-01-13 17:42:14 +01:00 committed by Saúl Ibarra Corretgé
parent 2f7ff37472
commit 85f1701393
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
display: none;
}
#remoteConnectionMessage {
#remoteConnectionMessage,
.watermark {
z-index: $filmstripVideosZ + 1;
}