fix: move sidebar toggle button up to avoid OS taskbar overlap#6124
fix: move sidebar toggle button up to avoid OS taskbar overlap#6124VaishnaviBardapure wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: VaishnaviBardapure The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
|
Welcome @VaishnaviBardapure! |
skoeva
left a comment
There was a problem hiding this comment.
closing this - the taskbar overlapping app windows is an os issue, not something we need to work around with hardcoded padding
Summary
This PR fixes the sidebar toggle button becoming unclickable when the OS taskbar auto-hides and pops up over the sidebar, by adding a 40px bottom margine to push the toggle controls up from the bottom edge.
Related Issue
Fixes #1287
Changes
Steps to Test
Screenshots (if applicable)
Notes for the Reviewer
-This is a minimal CSS fix that adds spacing without changing any sidebar functionality. All existing tests pass with updated snapshots reflecting the new layout.