fix: large content scroll bug in codemirror editor (#4138)
This commit is contained in:
@@ -119,10 +119,11 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="h-full">
|
||||
<div class="h-full relative overflow-auto">
|
||||
<div
|
||||
ref="jsonResponse"
|
||||
:class="toggleFilter ? 'responseToggleOn' : 'responseToggleOff'"
|
||||
class="absolute inset-0 h-full"
|
||||
></div>
|
||||
</div>
|
||||
<div
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="h-full">
|
||||
<div ref="rawResponse" class="flex flex-1 flex-col"></div>
|
||||
<div class="h-full relative overflow-auto">
|
||||
<div ref="rawResponse" class="absolute inset-0"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user