Skip to content

Commit

Permalink
fix: remove overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Mar 13, 2022
1 parent 623c5a4 commit 97bde5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/playground/src/views/components/Docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const selected = ref(props.selected);
<div class="rounded-b-md">
<div class="flex flex-col">
<div
class="w-full py-6 px-4 flex items-center flex-wrap gap-2 overflow-x-auto"
class="w-full py-6 px-4 flex items-center flex-wrap gap-2"
v-if="$slots.preview"
>
<slot name="preview"></slot>
Expand Down

0 comments on commit 97bde5c

Please sign in to comment.