fix: embeds response and request option section getting hidden bug (#4181)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="h-full relative overflow-auto">
|
||||
<div class="h-full relative overflow-auto flex flex-col flex-1">
|
||||
<div
|
||||
ref="jsonResponse"
|
||||
:class="toggleFilter ? 'responseToggleOn' : 'responseToggleOff'"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="h-full relative overflow-auto">
|
||||
<div class="h-full relative overflow-auto flex flex-col flex-1">
|
||||
<div ref="rawResponse" class="absolute inset-0"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user