Frontmatter
| id | 8440 |
| title | Fix Mobile Layout Overlay in Portal News TabContainer |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 9:23 PM |
| updatedAt | Jan 8, 2026, 9:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8440 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8362 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 9:27 PM |
Fix Mobile Layout Overlay in Portal News TabContainer
tobiu added parent issue #8362 on Jan 8, 2026, 9:23 PM

tobiu
Jan 8, 2026, 9:26 PM
Input from Gemini 3 Pro:
✦ Implemented the mobile layout fix for the News TabContainer.
- Added
portal-news-tab-containerclass toapps/portal/view/news/TabContainer.mjs.- Created
resources/scss/src/apps/portal/news/TabContainer.scsswith amax-width: 640pxmedia query to applypadding-top: 50pxto the header toolbar.
tobiu assigned to @tobiu on Jan 8, 2026, 9:26 PM
tobiu closed this issue on Jan 8, 2026, 9:27 PM
On iPhone 12 portrait mode (and similar resolutions), the Release view sidenav toggle button overlaps with the tab header button in the News section.
Solution: Create
resources/scss/src/apps/portal/news/TabContainer.scssand add a specific media query for this resolution to applypadding-top: 50pxto the header toolbar.