Related to T2703. On some mobile views the nav menu was being cut off on the right edge. NavMenu styling has been changed to set the div right: 0 when in mobile view.
Details
Details
- Reviewers
emack bytesofman - Group Reviewers
Restricted Project - Commits
- rABC3a90c9864d57: [Cashtab] Patched nav menu being cut off on some mobile views
navigate to https://cashtab-dev-test.netlify.app/#/wallet on a mobile device.
open the nav menu and observe that it is fully visible and on the right most edge of the page
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- patch-burger-menu-position-mobile
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 20272 Build 40222: Build Diff cashtab-tests Build 40221: arc lint + arc unit
Event Timeline
Comment Actions
whilst this clipping issue tested all ok for iOS and Android devices, it clips into the right margin on web and extension versions.
web
extension
Comment Actions
To address clipping in web app and extension, navmenu width has been reduced, 1px margin right has been added for web view & extension. Media query removes margin right on mobile view.