mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5938] Modal content with h-[80vh] breaks in tauri #2332
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#2332
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?
Originally created by @j-mir-prazak on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5938
Originally assigned to: @VishwaVikas2006 on GitHub.
HoppSmartModal has max-h-[60vh] (link
github.com/hoppscotch/ui@a77a9d920a/src/components/modal/index.vue (L46C1-L47C1))In here, there is height defined as h-[80vh]. This works okey in chrome on linux; but tauri on linux (and maybe elsewhere) has the modal cut off as shown in the image - scrolled all the way down, but cannot see the whole modal.
github.com/hoppscotch/hoppscotch@1119a2209c/packages/hoppscotch-common/src/components/collections/documentation/index.vue (L11)@VishwaVikas2006 commented on GitHub (Mar 12, 2026):
Hi, I’d like to work on this issue. Could you assign it to me?
@VishwaVikas2006 commented on GitHub (Mar 12, 2026):
Hi maintainers,
I’ve implemented the fix for issue #5938.
Please let me know if any adjustments are needed.
Thanks for reviewing!
@VishwaVikas2006 commented on GitHub (Mar 15, 2026):
Hi maintainers,
Just checking if any changes are required for this PR.
Happy to update it if needed.
Thanks!