filmstrip: hide scrollbar on SIP gateways

This commit is contained in:
Saúl Ibarra Corretgé
2020-02-25 13:06:58 +01:00
committed by Saúl Ibarra Corretgé
parent 6a7594cd9c
commit 9b141816d6
2 changed files with 22 additions and 8 deletions

View File

@@ -136,6 +136,13 @@
display: flex;
transition: opacity 1s;
}
.hide-scrollbar#filmstripRemoteVideos {
margin-right: 7px; // Scrollbar size
&::-webkit-scrollbar {
display: none;
}
}
}
/**