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
Right now, PLAX doesn't handle these cases properly at all. There are lots of cases where bottom: and right: need to be used instead of top: and left:.
The text was updated successfully, but these errors were encountered:
Never mind about this. After playing around with it some more, I've figured out that it does seem to work, except that since for bottom: and right: a calculation has to be made, if PLAX is enabled before less.js finishes rendering our CSS, it calculates the wrong values. Still not sure how to fix it, but it isn't actually a problem with PLAX.
Right now, PLAX doesn't handle these cases properly at all. There are lots of cases where
bottom:
andright:
need to be used instead oftop:
andleft:
.The text was updated successfully, but these errors were encountered: