Nevermind.
I found this CSS in the Atum template which was required.
[role="tooltip"]:not(.show) {
z-index: 1070;
color: #fff;
text-align: start;
background: #000;
margin: .25em;
padding: .5em;
display: none;
border-radius: .2rem !important;
}
:focus + [role="tooltip"], :hover + [role="tooltip"] {
display: block;
position: absolute;
}
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
joomla-dev-gene...@googlegroups.com.
To view this discussion, visit
https://groups.google.com/d/msgid/joomla-dev-general/SJ2PR22MB4167CEDF0C101CF70D30FCC9CB9EA%40SJ2PR22MB4167.namprd22.prod.outlook.com.