mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 00:18:38 -05:00
[PR #828] [MERGED] Fix confirmation dialog height overflow when selecting many stacks #8011
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/828
Author: @MP-Tool
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/9/2025
Merged by: @mbecker20
Base:
1.19.4← Head:fix/issue-826-navigation-drawer📝 Commits (1)
98ff144Improve dialog overflow handling to prevent clipping of content📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
frontend/src/components/group-actions.tsx(+2 -2)📄 Description
Problem
When selecting all stacks (40+) in group actions, the confirmation dialog becomes too tall and the bottom buttons are inaccessible, requiring users to zoom out their browser to reach the confirm/cancel buttons.
Solution
max-h-[85vh]to dialog container to prevent overflow beyond viewport heightmax-h-[300px] overflow-y-autoto resource list for scrollable contentFixes #826
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.