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 { .sliderMarker.watched {
background-color: transparent !important; /* Initially invisible */ background-color: red !important; /* Initially invisible */
transition: background-color 0.3s ease !important; /* Smooth transition */ /* transition: background-color 0.3s ease !important; Smooth transition */
z-index: 10 !important; /* Higher z-index to be on top */ z-index: 10 !important; /* Higher z-index to be on top */
} }