mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3362] [MERGED] fix: remove scrollbar from smart env input component on firefox #4358
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#4358
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/3362
Author: @liyasthomas
Created: 9/15/2023
Status: ✅ Merged
Merged: 9/18/2023
Merged by: @AndrewBastin
Base:
release/2023.8.1← Head:fix/ff-scrollbar📝 Commits (1)
5754556fix: remove scrollbar from smart env input component on firefox📊 Changes
4 files changed (+13 additions, -1 deletions)
View changed files
📝
packages/hoppscotch-common/assets/scss/styles.scss(+4 -0)📝
packages/hoppscotch-common/src/components/smart/EnvInput.vue(+1 -1)📝
packages/hoppscotch-sh-admin/assets/scss/styles.scss(+4 -0)📝
packages/hoppscotch-ui/src/assets/scss/styles.scss(+4 -0)📄 Description
🤖 Generated by Copilot at d1fb847
Added a new CSS class
.no-scrollbarto hide the scrollbar in some UI elements of the app. Applied the class to the environment variables input field, and to the shared and specific styles of the main app, the admin dashboard, and the UI components packages.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
UserCollectionduplication #4763