fix: fix scroll in querybar component (#7700)

This commit is contained in:
naman-bruno
2026-04-07 19:25:51 +05:30
committed by GitHub
parent 58942b383d
commit d4cd34fc50

View File

@@ -391,7 +391,7 @@ const QueryUrl = ({ item, collection, handleRun }) => {
</div>
<div
id="request-url"
className="h-full w-full flex flex-row items-center input-container overflow-auto"
className="h-full w-full flex flex-row items-center input-container overflow-hidden"
>
<SingleLineEditor
ref={editorRef}