mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: fix scroll in querybar component (#7700)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user