Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 9785acd

Browse files
authored
remove overflow hidden
1 parent b5463ca commit 9785acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/Tailwind2/TableWrapper.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<div class="flex flex-col">
33
<div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
44
<div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8">
5-
<div class="shadow overflow-hidden border-b border-gray-200 relative">
5+
<div class="shadow border-b border-gray-200 relative">
66
<slot />
77
</div>
88
</div>
99
</div>
1010
</div>
11-
</template>
11+
</template>

0 commit comments

Comments
 (0)