fix: response section overflow
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div class="flex flex-col overflow-auto hide-scrollbar whitespace-nowrap">
|
||||||
class="sticky top-0 z-10 flex items-start overflow-auto bg-primary hide-scrollbar whitespace-nowrap"
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
v-if="responseString === 'loading'"
|
v-if="responseString === 'loading'"
|
||||||
class="flex flex-col items-center justify-center flex-1 p-4 text-secondaryLight"
|
class="flex flex-col items-center justify-center flex-1 p-4 text-secondaryLight"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<HttpRequestOptions />
|
<HttpRequestOptions />
|
||||||
</template>
|
</template>
|
||||||
<template #secondary>
|
<template #secondary>
|
||||||
<HttpResponse ref="response" />
|
<HttpResponse />
|
||||||
</template>
|
</template>
|
||||||
<template #sidebar>
|
<template #sidebar>
|
||||||
<HttpSidebar />
|
<HttpSidebar />
|
||||||
|
|||||||
Reference in New Issue
Block a user