[PR #2352] [MERGED] fix: Mobile menu blocks items #2040 #34460

Closed
opened 2026-04-20 21:37:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2352
Author: @skymaiden
Created: 2/10/2024
Status: Merged
Merged: 2/11/2024
Merged by: @joel-jeremy

Base: masterHead: 2040-mobile-nav


📝 Commits (3)

📊 Changes

4 files changed (+20 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/MobileAccounts.jsx (+6 -1)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.jsx (+7 -1)
📝 packages/desktop-client/src/components/mobile/MobileNavTabs.tsx (+1 -1)
upcoming-release-notes/2352.md (+6 -0)

📄 Description

Suggested quick fix for https://github.com/actualbudget/actual/issues/2040.
Adds padding to the bottom of pages where the mobile navigation bar is displayed, to avoid the fixed position of the bar overlapping page content.
Bug was especially visible on Safari iOS.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/2352 **Author:** [@skymaiden](https://github.com/skymaiden) **Created:** 2/10/2024 **Status:** ✅ Merged **Merged:** 2/11/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `2040-mobile-nav` --- ### 📝 Commits (3) - [`8b666c5`](https://github.com/actualbudget/actual/commit/8b666c583aa21f4339390d95f44b382d160fe2b8) Fix Mobile menu blocks items (#2040) - [`8c59ca0`](https://github.com/actualbudget/actual/commit/8c59ca0e6762ae78096165ebb21f9bd03bd0d6e1) Only set bottom padding on pages the mobile nav bar is used (#2040) - [`a810467`](https://github.com/actualbudget/actual/commit/a810467e13f4403e3dfa4ed37b63b205684f139a) Add release note for PR ### 📊 Changes **4 files changed** (+20 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.jsx` (+6 -1) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.jsx` (+7 -1) 📝 `packages/desktop-client/src/components/mobile/MobileNavTabs.tsx` (+1 -1) ➕ `upcoming-release-notes/2352.md` (+6 -0) </details> ### 📄 Description Suggested quick fix for https://github.com/actualbudget/actual/issues/2040. Adds padding to the bottom of pages where the mobile navigation bar is displayed, to avoid the fixed position of the bar overlapping page content. Bug was especially visible on Safari iOS. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 21:37:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#34460