Skip to content

Commit

Permalink
fix: height overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 18, 2024
1 parent e2e1818 commit 9553bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (import.meta.server) {
lg:flex-none
/>

<div min-h-95vh min-w-0 flex flex-col gap2 p2 lg:flex-1 lg:flex-row>
<div min-w-0 flex flex-col gap2 p2 lg:flex-1 lg:flex-row>
<InputContainer v-show="showInputEditor" min-w-0 flex-1 />
<OutputContainer v-show="showOutput" min-w-0 flex-1 />
</div>
Expand Down

0 comments on commit 9553bab

Please sign in to comment.