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