[PR #2547] fix: add max-height to public profile bio to prevent action button overflow #2385

Open
opened 2026-02-26 20:33:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2547
Author: @gorillaworkout
Created: 2/26/2026
Status: 🔄 Open

Base: mainHead: fix/doc-2472-profile-description-overflow


📝 Commits (1)

  • 662edbc fix: add max-height to public profile bio to prevent action button overflow

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 apps/remix/app/routes/_profile+/p.$url.tsx (+1 -1)

📄 Description

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

On the public profile page (/p/:url), when a user has a very long bio/description, it pushes the template action buttons ("Sign" buttons) far below the viewport, making them hard to find or completely hidden.

What is the new behavior?

Added max-h-32 and overflow-y-auto to the bio container. Long descriptions now scroll within a fixed-height area, keeping the template list and action buttons always accessible below.

File changed

  • apps/remix/app/routes/_profile+/p.$url.tsx — Added height constraint to bio section

How to test

  1. Create a public profile with a very long bio (10+ lines of text)
  2. Visit the public profile page
  3. Before: Action buttons are pushed out of view
  4. After: Bio scrolls within its container, buttons remain visible

Closes #2472


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2547 **Author:** [@gorillaworkout](https://github.com/gorillaworkout) **Created:** 2/26/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/doc-2472-profile-description-overflow` --- ### 📝 Commits (1) - [`662edbc`](https://github.com/documenso/documenso/commit/662edbcadbac92c11ac17eeb6365339db8890d7d) fix: add max-height to public profile bio to prevent action button overflow ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/routes/_profile+/p.$url.tsx` (+1 -1) </details> ### 📄 Description ## What kind of change does this PR introduce? Bug fix ## What is the current behavior? On the public profile page (`/p/:url`), when a user has a very long bio/description, it pushes the template action buttons ("Sign" buttons) far below the viewport, making them hard to find or completely hidden. ## What is the new behavior? Added `max-h-32` and `overflow-y-auto` to the bio container. Long descriptions now scroll within a fixed-height area, keeping the template list and action buttons always accessible below. ## File changed - `apps/remix/app/routes/_profile+/p.$url.tsx` — Added height constraint to bio section ## How to test 1. Create a public profile with a very long bio (10+ lines of text) 2. Visit the public profile page 3. **Before**: Action buttons are pushed out of view 4. **After**: Bio scrolls within its container, buttons remain visible Closes #2472 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2385
No description provided.