fix: 100% HTML preview area size (#1938)

This commit is contained in:
Iagor Moraes
2021-11-04 21:55:50 -03:00
committed by GitHub
parent 03ab6a208d
commit 9e4d7df7d0
3 changed files with 5 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
</SmartTab>
</SmartTabs>
</Pane>
<Pane class="hide-scrollbar !overflow-auto">
<Pane class="hide-scrollbar !overflow-auto flex flex-col">
<HttpResponse ref="response" />
</Pane>
</Splitpanes>