gabrieltempass / streamlit-navigation-bar

A component that allows you to place a navigation bar in your Streamlit app.
https://streamlit.io/
MIT License
136 stars 14 forks source link

Fix for invisible navigation bar #30

Open hansthen opened 1 month ago

hansthen commented 1 month ago

No idea why, but these changes fix the problem

I noticed that the top: 0 value was outside the viewport. Playing with the top value, I could replicate the correct location. However, removing the margin line solved the issue.

Closes #27 and #28.

JungeAlexander commented 3 weeks ago

@hansthen thanks for this! Any plans to move these fixes into https://github.com/streamlit-community/streamlit-navigation-bar while this repo seems neglected?

Please ignore, I read the commit history in streamlit-navigation-bar wrong.