try fix hover 2

This commit is contained in:
Julien9969 2024-08-02 18:57:06 +02:00
parent c69f8f8b08
commit ca7a6490a5

View File

@ -11,8 +11,8 @@
}
.sliderMarker.watched {
background-color: transparent !important; /* Initially invisible */
transition: background-color 0.3s ease !important; /* Smooth transition */
background-color: red !important; /* Initially invisible */
/* transition: background-color 0.3s ease !important; Smooth transition */
z-index: 10 !important; /* Higher z-index to be on top */
}