fix: response section overflow

This commit is contained in:
liyasthomas
2022-03-02 21:31:32 +05:30
parent 632813ef0a
commit 484fcd7365
2 changed files with 2 additions and 4 deletions

View File

@@ -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"

View File

@@ -5,7 +5,7 @@
<HttpRequestOptions />
</template>
<template #secondary>
<HttpResponse ref="response" />
<HttpResponse />
</template>
<template #sidebar>
<HttpSidebar />