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
i used this great plugin in one of my projects with floid grid system that i make for my self.
so the problem was plugin put an integer number for width of sticky element and this cause problem with layout , that is , element get out of original position and take place at somewhere else.
(sorry for my bad english)
anyway i propose to use parseFloat instead of parseInt function because in floid layout (e,g bootstrap) those little float numbers do matter in layout and if plugin round width of element up or down layout can crash.
thanks.
The text was updated successfully, but these errors were encountered:
i used this great plugin in one of my projects with floid grid system that i make for my self.
so the problem was plugin put an integer number for width of sticky element and this cause problem with layout , that is , element get out of original position and take place at somewhere else.
(sorry for my bad english)
anyway i propose to use parseFloat instead of parseInt function because in floid layout (e,g bootstrap) those little float numbers do matter in layout and if plugin round width of element up or down layout can crash.
thanks.
The text was updated successfully, but these errors were encountered: