Open cancan101 opened 1 day ago
The Reverse Relation Panel has unique CSS that causes layout issues: https://github.com/pimcore/admin-ui-classic-bundle/blob/56dd075f73a6820076fc3880c113913c41e36666/public/css/admin.css#L2388-L2390
!important
Because of the CSS, the panel floats on top of other controls:
If I define as a forward relation, I don't have that problem:
The Reverse Relation Panel has unique CSS that causes layout issues: https://github.com/pimcore/admin-ui-classic-bundle/blob/56dd075f73a6820076fc3880c113913c41e36666/public/css/admin.css#L2388-L2390
!important
which due #761 means it can't be overridden through the UIBecause of the CSS, the panel floats on top of other controls:
If I define as a forward relation, I don't have that problem: