Skip to content

fix: mod list in profile detail view not using available height#166

Open
Kalbskinder wants to merge 1 commit intoNoRiskClient:v3from
Kalbskinder:v3
Open

fix: mod list in profile detail view not using available height#166
Kalbskinder wants to merge 1 commit intoNoRiskClient:v3from
Kalbskinder:v3

Conversation

@Kalbskinder
Copy link
Copy Markdown

New vs. Old

Screenshot 2025-10-21 214550

Fixed Issue ✅

The mod list in profile detail view now uses the full available height without being cut off. Previously, the mod list had a max-height of 600px, which reduced the available space for displaying mods.

Remaining Issue ⚠️

Note: This is a pre-existing issue, not caused by this fix.
The right sidebar (content types) can be scrolled unnecessarily because the mod list container uses h-full without proper height constraints from parent elements. This creates a layout where:

  • The mod list tries to display all items at full height
  • The parent container doesn't limit the maximum height appropriately
  • Result: The overall layout becomes taller than the viewport, enabling scroll on the right sidebar

Root cause: Missing max-height constraints in the parent layout containers that would prevent the mod list from growing beyond the available viewport space.

@Kalbskinder
Copy link
Copy Markdown
Author

If anyone knows how to fix the remaning issue, feel free to take over this pr

@copyandexecute
Copy link
Copy Markdown
Contributor

@Kalbskinder thanks a lot for the pr! appreciated

@copyandexecute
Copy link
Copy Markdown
Contributor

I'll test soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants