Cannot reproduce Admin CP Styling Error

Lukas W.

Well-known member
There's a little bug in the ACP regarding styling. I checked it across multiple forums and browsers to ensure it's not in my specific installation and the problem is persistent.

Unbenannt-2.webp

To see it just open the search bar on the upper right in the ACP, right part seems to be transparent.

Comes from this css-part:
Code:
.xenForm {
     width: 95% !important;
}
 
Comes from this css-part:
Code:
.xenForm {
width: 95% !important;
}
That isn't default XF CSS.

That might suggest it is an add-on which is adding that CSS, but it would have to be an add-on which is installed on all of the multiple forums you tried it on previously.
 
Top Bottom