From 6d159216748cd26619f53700973c010e8de331a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 26 May 2021 12:30:56 +0200 Subject: [PATCH] Fixing screen-sharing button not hidden anymore when hovering button --- front/style/style.css | 3 +++ 1 file changed, 3 insertions(+) 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;