Commit 99126cb
fix(ui): fix mobile hamburger menu positioning (#724)
* Initial plan
* Fix mobile hamburger menu positioning issue
Remove problematic transform from navbar-sidebar CSS that was causing the mobile menu to be positioned outside the viewport. The custom transform: translate3d(100%, 0, 0) was preventing the sidebar from being visible when opened on mobile devices.
Co-authored-by: ccamel <9574336+ccamel@users.noreply.github.com>
* Fix mobile menu slide direction to match hamburger button position
Adjust CSS to make mobile menu slide in from the right instead of left, providing better UX since the hamburger button is positioned on the right side. The menu now properly slides from the right edge of the screen when opened.
Co-authored-by: ccamel <9574336+ccamel@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ccamel <9574336+ccamel@users.noreply.github.com>1 parent c0aaec3 commit 99126cb
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
0 commit comments