I’m using a sticky top bar header positioned over a left bar. The CSS used to shift the top bar left and position it over the left bar was working until recently. Here’s a screen recording
I removed some unnecessary CSS and was able to position the header as needed by adding $el { left: 0px !important; width: 100vw !important; }
to the top bar element CSS. I can’t seem to correct the movement on page load.