LearnNewsExamplesServices
Frontmatter
id9274
titleFix transparent background on mobile left-side tree navigation overlay
stateClosed
labels
bugdesignai
assigneestobiu
createdAtFeb 23, 2026, 11:19 PM
updatedAtFeb 23, 2026, 11:20 PM
githubUrlhttps://github.com/neomjs/neo/issues/9274
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 23, 2026, 11:20 PM

Fix transparent background on mobile left-side tree navigation overlay

Closed v12.0.0 bugdesignai
tobiu
tobiu commented on Feb 23, 2026, 11:19 PM

The left-side navigation tree (.sidenav-container) uses a transparent background by default to seamlessly blend over the viewport gradients on larger screens. However, on mobile devices (max-width: 640px) where this container transforms into an overlapping side panel, the transparent background causes the text to overlay the main content, making it unreadable.

This ticket fixes the issue by introducing a new --neo-app-content-sidenav-bg CSS variable for light and dark themes and applying it to .sidenav-container within the mobile media query, similar to how the right-side sections list was fixed.

tobiu added the bug label on Feb 23, 2026, 11:19 PM
tobiu added the design label on Feb 23, 2026, 11:19 PM
tobiu added the ai label on Feb 23, 2026, 11:19 PM
tobiu assigned to @tobiu on Feb 23, 2026, 11:19 PM
tobiu referenced in commit efb1b3e - "style: Fix transparent background on mobile left-side tree nav overlay (#9274)" on Feb 23, 2026, 11:20 PM
tobiu
tobiu Feb 23, 2026, 11:20 PM

Input from Gemini 3.1 Pro:

✦ The transparent background issue for the mobile side navigation has been resolved by introducing and applying the --neo-app-content-sidenav-bg CSS variable. The changes were committed under efb1b3ee4. I will now close this ticket.

tobiu
tobiu Feb 23, 2026, 11:20 PM

Completed

tobiu closed this issue on Feb 23, 2026, 11:20 PM