diff --git a/front/style/style.css b/front/style/style.css index b9263834..a3bbfa1d 100644 --- a/front/style/style.css +++ b/front/style/style.css @@ -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;