[PR #5695] [MERGED] fix(common): restore scrolling on settings and profile pages #5318

Closed
opened 2026-03-17 02:46:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5695
Author: @anwarulislam
Created: 12/15/2025
Status: Merged
Merged: 12/15/2025
Merged by: @jamesgeorge007

Base: nextHead: hotfix/scrollbar-issue-on-settings-page


📝 Commits (1)

  • eb4f1f2 fix: enable overflow for main content area in default layout

📊 Changes

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

View changed files

📝 packages/hoppscotch-common/src/layouts/default.vue (+1 -1)

📄 Description

Closes #5693

This PR fixes a regression introduced by #5665, where the Settings and Profile pages became unscrollable. While #5665 successfully fixed the double scrollbar issue (#5545), it inadvertently removed scrolling capability from full-page layouts by setting all parent Panes to overflow-hidden without providing a scroll container for pages that don't use split panes.

What's changed

  • Updated the main element to allow overflow, enabling better handling of content that exceeds the available space.

🔄 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/hoppscotch/hoppscotch/pull/5695 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `hotfix/scrollbar-issue-on-settings-page` --- ### 📝 Commits (1) - [`eb4f1f2`](https://github.com/hoppscotch/hoppscotch/commit/eb4f1f276e9b91b0882a3b2662a5527743c4da9a) fix: enable overflow for main content area in default layout ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/layouts/default.vue` (+1 -1) </details> ### 📄 Description Closes #5693 This PR fixes a regression introduced by #5665, where the Settings and Profile pages became unscrollable. While #5665 successfully fixed the double scrollbar issue (#5545), it inadvertently removed scrolling capability from full-page layouts by setting all parent Panes to `overflow-hidden` without providing a scroll container for pages that don't use split panes. ### What's changed - Updated the main element to allow overflow, enabling better handling of content that exceeds the available space. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:46:37 +03:00
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/hoppscotch#5318
No description provided.