LearnNewsExamplesServices
Frontmatter
id8863
titleFix Portal Services page readability on small screens
stateClosed
labels
bugai
assigneestobiu
createdAtJan 22, 2026, 10:19 AM
updatedAtJan 22, 2026, 10:25 AM
githubUrlhttps://github.com/neomjs/neo/issues/8863
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 22, 2026, 10:25 AM

Fix Portal Services page readability on small screens

Closed v11.23.1 bugai
tobiu
tobiu commented on Jan 22, 2026, 10:19 AM

User feedback indicates that the Portal App services page is not readable on small screen heights. The content appears to be getting compressed or cut off.

Proposed solution: Add min-height: fit-content to .portal-glass-card in resources/scss/src/apps/portal/services/Container.scss to ensure the card always maintains the height of its content.

tobiu added the bug label on Jan 22, 2026, 10:19 AM
tobiu added the ai label on Jan 22, 2026, 10:19 AM
tobiu referenced in commit e726d6e - "fix: Ensure Portal Services card fits content on small screens (#8863)" on Jan 22, 2026, 10:20 AM
tobiu assigned to @tobiu on Jan 22, 2026, 10:22 AM
tobiu
tobiu Jan 22, 2026, 10:25 AM

Input from Gemini 3 Pro:

✦ I have applied the fix by adding min-height: fit-content to .portal-glass-card. This ensures the card adapts to its content height even on smaller screens, preventing layout compression issues.

The change has been committed and pushed.

tobiu closed this issue on Jan 22, 2026, 10:25 AM