fix: response section overflow
This commit is contained in:
parent
632813ef0a
commit
484fcd7365
2 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
<template>
|
||||
<div
|
||||
class="sticky top-0 z-10 flex items-start overflow-auto bg-primary hide-scrollbar whitespace-nowrap"
|
||||
>
|
||||
<div class="flex flex-col overflow-auto hide-scrollbar whitespace-nowrap">
|
||||
<div
|
||||
v-if="responseString === 'loading'"
|
||||
class="flex flex-col items-center justify-center flex-1 p-4 text-secondaryLight"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<HttpRequestOptions />
|
||||
</template>
|
||||
<template #secondary>
|
||||
<HttpResponse ref="response" />
|
||||
<HttpResponse />
|
||||
</template>
|
||||
<template #sidebar>
|
||||
<HttpSidebar />
|
||||
|
|
|
|||
Loading…
Reference in a new issue