-
Notifications
You must be signed in to change notification settings - Fork 4.2k
st.logo can push minimise button outside sidebar #12326
Copy link
Copy link
Closed
Labels
feature:st.logoRelated to `st.logo` commandRelated to `st.logo` commandpriority:P2Medium-high priority - fix within one monthMedium-high priority - fix within one monthstatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expectedtype:regressionThis bug is a regression from previous behaviorThis bug is a regression from previous behavior
Metadata
Metadata
Assignees
Labels
feature:st.logoRelated to `st.logo` commandRelated to `st.logo` commandpriority:P2Medium-high priority - fix within one monthMedium-high priority - fix within one monthstatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expectedtype:regressionThis bug is a regression from previous behaviorThis bug is a regression from previous behavior
Checklist
Summary
If a wide logo is shown in the sidebar, there is potential for the minimise button to be pushed outside of the visible area.
v1.48
v1.47
max-widthof logo used to be calculated but is now always100%. Looks to have been raised previously in issue #8707Reproducible Code Example
Steps To Reproduce
Use above code in v1.48.
Expected Behavior
Same behaviour as v1.47 where logo will scale down and minimise button will show.
Current Behavior
No response
Is this a regression?
Debug info
Additional Information
No response