Hello,
I am french and sorry for my english translated by a software.
I had the same problem that I was able to solve by modifying some lines placed in my custom.css so that it does not change during the next update.
/couleur background liste deroulante communne hotspot 222 et ajout ascenceur/
.cd-dropdown ul {
background: #FFF69C !important;
display: block;
list-style-type: none;
margin: 0;
min-width: 180px;
max-height: 300px !important;
padding: 0;
z-index: 1000;
overflow-y: scroll !important;
overflow-x:hidden !important;
}
/ couleur hover liste deroulante hotspot /
.cd-active.cd-dropdown ul li:hover span, .cd-active.cd-dropdown ul li span:hover {
color: #f00 !important;
}
You can see the result here!
https://palaja-genealogie.org/releves/etat-d-avancement
Hoping to have helped you
Cordially
JR