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

View File

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