Blank area for Attributes, Location, SEO etc

Permalink
It appears that the main editing area for 5.7.5.3 is broken.

When clicking any thing in properties I cannot change any details. I get the green Save button and nothing else in the larger right pane?

Is this fixable or a known issue?

yolk
 
yolk replied on at Permalink Reply
yolk
It seems there is

div.ccm-panel-detail {
   display: none;
}


inside app.css thats forcing it to be hidden but its never shown
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi yolk,

I am not experiencing this issue.

Are you using a custom theme?

Do you have any errors in your browser console?

My first guesses are conflicting global CSS in a custom theme or a JavaScript conflict.