Trying to print from Streamlit apps… their own menu button shows blank pages and chrome browser print button also shows blank screens. Also, when choosing the Streamlit menu Print button, the themes pops from dark to white. For example, this officially deployed app has the same problems for me: https://michaellisitsa-streamlit-wind-actions-main-d1c7yv.streamlit.app/
Thanks for checking… I am just seeing the st.containers blow out… in print and mobile. Like there is a problem with the CSS in Chrome. I’ll check out Firefox.
I tracked down the css code that is causing problems to the module. I could not appear to overwrite that, even with adding custom CSS. Looks like I will have to replace the module with actual code )