TangleSpace / hydralit_components

A package of custom components for Streamlit and Hydralit. Can be used directly or in combination with the Hydralit package.
Apache License 2.0
185 stars 21 forks source link

Nav Bar jumps arround #8

Closed ChrisDelClea closed 2 years ago

ChrisDelClea commented 2 years ago

Hey @TangleSpace,

not sure if I am the only one who has that problem, but if I click on an item in the nabber the whole bar jumps around.

https://user-images.githubusercontent.com/19912393/138742942-26716b8e-bde8-4727-8652-0723f6a95407.mov

Any ideas why that could happen or how to fix it?

TangleSpace commented 2 years ago

Thanks, this is known issue related to the Streamlit status "Running" div that appears at the top of the page during execution. There is a fix coming in the next release that should resolve this jumping issue. if you're unhappy with it, you can disable the sticky property for now.

TangleSpace commented 2 years ago

sticky jumpiness has been addressed, please see the package repo readme for details, as the sticky behaviour has changed. Thanks very much for your feedback.