Reply to thread

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:


[CODE=css]a.notice-dismiss {

    position: relative;

    z-index: 199;

}[/CODE]



Edit: reduced z-index number, so it will not conflict with any XenForo menus


Back
Top Bottom