fix: Admin Panel content hidden behind bottom navigation bar - #7538
fix: Admin Panel content hidden behind bottom navigation bar#7538Rohit3523 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout. (2)
🧰 Additional context used📓 Path-based instructions (3)**/*.{js,ts,jsx,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{js,jsx,ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (3)📚 Learning: 2026-04-30T17:07:51.020ZApplied to files:
📚 Learning: 2026-06-24T22:58:43.390ZApplied to files:
📚 Learning: 2026-06-25T18:37:44.793ZApplied to files:
🔇 Additional comments (2)
Walkthrough
ChangesAdmin panel layout
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Android Build Available Rocket.Chat 4.75.0.109482 Internal App Sharing: https://play.google.com/apps/test/RQQ8k09hlnQ/ahAO29uNTAQFbyG5IHqoemCCAv9Yz6Xw53Tlo_HIiKMQAoafpPLrtADaWA8WRZHpDecE6_JLcr1Bpo4ymsm4NJebF1 |
|
iOS Build Available Rocket.Chat 4.75.0.109483 |
Proposed changes
The Admin Panel is rendered as an embedded web view. On devices with a bottom system bar (Android navigation bar / iOS home indicator), the bottom of the admin settings content is hidden behind it, since
SafeAreaViewon this screen only insets the left/right edges.This PR adds a bottom padding to the WebView container based on the safe-area inset (
Math.max(insets.bottom, 24)), so the admin content clears the bottom navigation area on any device.Issue(s)
NATIVE-1447
How to test or reproduce
Screenshots
Types of changes
Checklist
Further comments
Summary by CodeRabbit