Fixing screen-sharing button not hidden anymore when hovering button
This commit is contained in:
parent
4f1cab5afe
commit
6d15921674
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user