Hi,
Then you can force it to be on top with such CSS:
div.namebox-popup {
transform: scale(2);
z-index: 99999;
}
That's not our template...
That's the template of the Joomla 4 backend. So you're definitely using it.
When I gave you the link to
docs.joomla.org/J3.x:Adding_a_custom_CSS_with_Protostar
I also said
The example there is for the default frontend template of joomla 3, but you can do the same for the backend template
So I was saying that you need to add that custom CSS for the atum backend template if you're on Joomla 4 (you didn't say which version of Joomla you were using).
If you add that CSS to your frontend template, it won't change anything for the selectors in the backend. Maybe that's why you thought it didn't work ?