CSS Rule in core problem
-
In the latest update (2.26) there is a change in the siteorigin-panels/css/front-flex.css file where a new rules has been added:
.panel-grid, .panel-grid .panel-grid-cell, .panel-grid .so-panel { position: relative; }
This rule is breaking quite a few things in pages built out because if anything inside has position absolute then it is causing it to be absolute with respect to this instead of the relative element above. In terms of backwards compatibility this is a major breaking point (at least for me and I am sure for a lot of other folks too).
Is there a reason for adding this in? Can it be targeted so that it happens for that specific situation which is the reason for introducing it instead of just adding it in generically?
- The topic ‘CSS Rule in core problem’ is closed to new replies.