bzcomputers
Well-known member
- Affected version
- 2.1
I've found at times message html added to a Notice, that "may be dismissed", can stop the user from being able to access and click on the dismissing "x".
Easiest solution seems to be to add this CSS:
Edit: reduced z-index number, so it will not conflict with any XenForo menus
Easiest solution seems to be to add this CSS:
CSS:
a.notice-dismiss {
position: relative;
z-index: 199;
}
Edit: reduced z-index number, so it will not conflict with any XenForo menus
Last edited: