mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[PR #5977] fix: prevent modal content cutoff in tauri by removing fixed viewport… #5443
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5443
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/hoppscotch/hoppscotch/pull/5977
Author: @VishwaVikas2006
Created: 3/12/2026
Status: 🔄 Open
Base:
main← Head:fix/modal-tauri-height📝 Commits (1)
694f5a5fix: prevent modal content cutoff in tauri by removing fixed viewport height📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/documentation/index.vue(+1 -1)📄 Description
This fixes an issue where the documentation modal content was cut off in Tauri.
Previously the modal body used a fixed height:
This could conflict with the modal container’s own height limits in Tauri, causing the bottom portion of the modal to become inaccessible even when scrolling.
The change replaces the fixed height with:
This allows the content to inherit the modal height and enables proper scrolling without clipping.
Fixes #5938
Summary by cubic
Prevents documentation modal content from being cut off in Tauri by removing the fixed viewport height and enabling scroll. Fixes #5938.
Written for commit
694f5a5bfe. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.