fix(common): restore scrolling on response panel (#5783)
This commit is contained in:
parent
27b817f627
commit
69c7c2d9ad
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<Pane
|
||||
:size="SIDEBAR && hasSidebar ? PANE_MAIN_SIZE : 100"
|
||||
min-size="65"
|
||||
class="flex flex-col !overflow-hidden"
|
||||
class="flex flex-col overflow-hidden"
|
||||
>
|
||||
<Splitpanes
|
||||
class="smart-splitter"
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
>
|
||||
<Pane
|
||||
:size="PANE_MAIN_TOP_SIZE"
|
||||
class="flex flex-col !overflow-auto"
|
||||
class="flex flex-col overflow-auto"
|
||||
:min-size="isEmbed ? 12 : 25"
|
||||
>
|
||||
<slot name="primary" />
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<Pane
|
||||
v-if="hasSecondary"
|
||||
:size="PANE_MAIN_BOTTOM_SIZE"
|
||||
class="flex flex-col !overflow-hidden"
|
||||
class="flex flex-col overflow-auto"
|
||||
min-size="25"
|
||||
>
|
||||
<slot name="secondary" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue