ebiwd / EBI-Framework

The EMBL-EBI Visual Framework for websites and services.
https://www.ebi.ac.uk/style-lab/websites/
19 stars 16 forks source link

Icons gets spilled into foundation tooltips background #151

Open lpravda opened 4 years ago

lpravda commented 4 years ago

The ?-mark icon is for some reason above the tooltip, for example look at the tooltips in the wwPDB information or Cross-links section on the following page: https://wwwdev.ebi.ac.uk/pdbe/pdbe-kb/ligands/STI

tooltip opacity to be blamed?

image2019-10-25_15-15-22

khawkins98 commented 4 years ago

This is an odd behaviour caused by a mix of settings and the tooltips being in the same z-index spaces as the tooltips. I won't bore you by diving deeply into it, but it should be resolved by adding some local CSS:

#summarySection a.label-tooltip {
    opacity: 1;
}