diff --git a/packages/hoppscotch-common/src/components/smart/EnvInput.vue b/packages/hoppscotch-common/src/components/smart/EnvInput.vue index 69253cc4..4138885e 100644 --- a/packages/hoppscotch-common/src/components/smart/EnvInput.vue +++ b/packages/hoppscotch-common/src/components/smart/EnvInput.vue @@ -749,6 +749,11 @@ watch( @apply flex-shrink-0; @apply whitespace-nowrap py-4; + // Hide horizontal scrollbar for CodeMirror in Firefox (Chrome is handled by global ::-webkit-scrollbar { h-0 }) + :deep(.cm-scroller) { + scrollbar-width: none; + } + .suggestions { @apply absolute; @apply bg-popover;