You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: sticky – .row auf flexbox umschalten, float entfernen
position:sticky funktioniert nicht auf floated Elementen (Bootstrap 3).
.row:has(#rex-lp-panel) bekommt display:flex + align-items:flex-start,
float:none auf den Spalten – sticky auf .col-lg-4 greift jetzt.
0 commit comments