Fixing screen-sharing button not hidden anymore when hovering button
This commit is contained in:
parent
4f1cab5afe
commit
6d15921674
1 changed files with 3 additions and 0 deletions
|
@ -255,6 +255,9 @@ video#myCamVideo{
|
||||||
.btn-monitor.hide {
|
.btn-monitor.hide {
|
||||||
transform: translateY(60px);
|
transform: translateY(60px);
|
||||||
}
|
}
|
||||||
|
.btn-cam-action:hover .btn-monitor.hide{
|
||||||
|
transform: translateY(60px);
|
||||||
|
}
|
||||||
.btn-copy{
|
.btn-copy{
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue