Hi Everyone,
Just a quick question on how to show fill the white space above the header? (screenshot, area of the clock & batter / camera notch)
I am opening the app on iOS, where the white space is shown at the camera notch.
Is it possible to match that notch area with color #0e1117 (the dark mode)
Thank you very much in advance.
Tried to add, but
css = """
<style>
#MainMenu {visibility: hidden;}
footer {visibility: hidden;}
header {visibility: hidden;}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
"""
st.markdown(css , unsafe_allow_html=True)
But it is still showing white blank space on the iPhone notch