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 have 3 different widgets in a sidebar. The only problem with your plugin is when scrolling top again, because the sticky element overlays the rest of the elements until it gets to the top. Is there any way to limit the sticky element at the top when it touches the widget that it has on the top of it? Nice plugin by the way!
The text was updated successfully, but these errors were encountered:
Hi, This is the structure of the page where I am using theia sticky sidebar. I don't think a jsfiddle is needed because there is no problem with the theia sticky sidebar, however this plugin doesn't provide an option to configure the plugin so it has a top limit and not overlays the rest of the widgets when scrolling up. Any help would be appreciated.
The sidebar will stick alongside your container element. In this case your container is probably taller than your sidebar space, possibly it contains your site's header as well. So I would make sure that the container starts exactly where your sidebar starts on the Y axis (top to bottom). Hope this makes sense. Otherwise a jsfiddle would indeed help.
I have 3 different widgets in a sidebar. The only problem with your plugin is when scrolling top again, because the sticky element overlays the rest of the elements until it gets to the top. Is there any way to limit the sticky element at the top when it touches the widget that it has on the top of it? Nice plugin by the way!
The text was updated successfully, but these errors were encountered: