From aeb649b79bd9cb184f31a084c6a1f2fa798788e7 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 27 Mar 2021 01:34:26 +0100 Subject: [PATCH] Hotfix: Keep buttons on foreground --- front/dist/resources/style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/front/dist/resources/style/style.css b/front/dist/resources/style/style.css index 6c46bdcf..bf5c443a 100644 --- a/front/dist/resources/style/style.css +++ b/front/dist/resources/style/style.css @@ -151,6 +151,7 @@ video#myCamVideo{ .btn-cam-action { + z-index: 1; position: absolute; bottom: 0px; right: 0px;