Fixing screen-sharing button not hidden anymore when hovering button

This commit is contained in:
David Négrier 2021-05-26 12:30:56 +02:00
parent 4f1cab5afe
commit 6d15921674
1 changed files with 3 additions and 0 deletions

View File

@ -255,6 +255,9 @@ video#myCamVideo{
.btn-monitor.hide {
transform: translateY(60px);
}
.btn-cam-action:hover .btn-monitor.hide{
transform: translateY(60px);
}
.btn-copy{
pointer-events: auto;
transition: all .3s;