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

Commit b5463ca

Browse files
committed
display scrollbar if table width exceed
1 parent de0d4f9 commit b5463ca

File tree

3 files changed

+8001
-38655
lines changed

3 files changed

+8001
-38655
lines changed

js/Tailwind2/TableWrapper.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<div class="flex flex-col">
3-
<div class="-my-2 sm:-mx-6 lg:-mx-8">
3+
<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 border-b border-gray-200 relative">
5+
<div class="shadow overflow-hidden border-b border-gray-200 relative">
66
<slot />
77
</div>
88
</div>

0 commit comments

Comments
 (0)