I have a multipage app using st.navigation that works fine locally. But when creating a docker image and running the app that way the bottom the last page will load below the current page (if the last page is longer than the current one). I am not sure what is causing the difference between the behaviour locally and using docker.
Note: I have solved this issue. It was the way I was injecting the .streamlit file into the docker image