fix(tile-view) allow watermark to be covered

This commit is contained in:
Saúl Ibarra Corretgé 2020-12-17 14:57:43 +01:00 committed by Saúl Ibarra Corretgé
parent aefd13ab1b
commit a8b2e6ffb3
1 changed files with 1 additions and 2 deletions

View File

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