Sven-Bo/digital-resume-template-streamlit

Page scrolling on opening and reload

Closed this issue · 3 comments

Hi,

After adapting this template to my profile, I faced an issue when my page scrolls down to the bottom istead of start with no scoll. With this, I am not even able to see my name and avatar, as you can see in this video.
I search for a possible solution but couldn't find anything. Can you help me?

original.mp4

Best,
Naomi Lago

Well noted. I will look into this issue if I find time within the next few days. I would appreciate it if you could also raise the question in the Streamlit forum and keep me updated here. Thanks!

Thanks for replying, Sven!
I just raised the question and we can find it right here.

Thanks for raising the question. The issue was because of using multiple headers: Solution provided by the streamlit forum

I have changed the code accordingly (fa5302f):

- st.write("#")
+ st.write("\n")