Open Pamasich opened 8 months ago
This can only be worked on when the issue is actually encountered!
Currently planned goals:
Then:
In my experience the issue occurs randomly, but there has to be some cause.
Some early CSS observations, comparing the user button dropdown menu between a broken page and a working one:
display: block
overwritten by an additional display: block !important
that doesn't exist on the working version. This alone shouldn't cause issues, but it's eyebrow-raising.Is this related to custom CSS perhaps?
Otherwise everything about the list itself is the same between them though. The list items also don't have any differences in CSS.
The link inside dropdown items seems to have an additional style too that appears to be the culprit:
Once again the source is given as a
Sometimes the list dropdown formatting doesn't seem to work.
Figure out what's going on there and how hard it would be to fix.