From 68917d589b7f29b18b3269d565376de5ac6d750b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20G=C3=BCm=C3=BC=C5=9F?= <10urgumus@gmail.com> Date: Sun, 23 Jan 2022 15:18:31 +0300 Subject: [PATCH] added z-index to the 'X' button on webremote --- src/web-remote/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web-remote/style.css b/src/web-remote/style.css index 0cd24b21..eae1ad6f 100644 --- a/src/web-remote/style.css +++ b/src/web-remote/style.css @@ -316,6 +316,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track { right: 60px; width: 10px; height: 10px; + z-index: 10; } .popup-confirm {