added z-index to the 'X' button on webremote

This commit is contained in:
Onur Gümüş 2022-01-23 15:18:31 +03:00
parent 627859b1f7
commit 68917d589b

View file

@ -316,6 +316,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
right: 60px; right: 60px;
width: 10px; width: 10px;
height: 10px; height: 10px;
z-index: 10;
} }
.popup-confirm { .popup-confirm {