LearnNewsExamplesServices
Frontmatter
id8440
titleFix Mobile Layout Overlay in Portal News TabContainer
stateClosed
labels
bugai
assigneestobiu
createdAtJan 8, 2026, 9:23 PM
updatedAtJan 8, 2026, 9:27 PM
githubUrlhttps://github.com/neomjs/neo/issues/8440
authortobiu
commentsCount1
parentIssue8362
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 8, 2026, 9:27 PM

Fix Mobile Layout Overlay in Portal News TabContainer

Closed v11.19.0 bugai
tobiu
tobiu commented on Jan 8, 2026, 9:23 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.scss and add a specific media query for this resolution to apply padding-top: 50px to the header toolbar.

tobiu added the bug label on Jan 8, 2026, 9:23 PM
tobiu added the ai label on Jan 8, 2026, 9:23 PM
tobiu added parent issue #8362 on Jan 8, 2026, 9:23 PM
tobiu referenced in commit 58dbffc - "style: Fix mobile layout overlay in News TabContainer (#8440)" on Jan 8, 2026, 9:26 PM
tobiu
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-container class to apps/portal/view/news/TabContainer.mjs.
  • Created resources/scss/src/apps/portal/news/TabContainer.scss with a max-width: 640px media query to apply padding-top: 50px to 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