From e04c212d0d1fe46e0a2a52c9eb028f3953244e72 Mon Sep 17 00:00:00 2001 From: Kekeocha Justin Chetachukwu <39213342+justinkekeocha@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:33:43 +0100 Subject: [PATCH] chore(Table): add `overflow-x-auto` to wrapper (#609) --- src/runtime/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/app.config.ts b/src/runtime/app.config.ts index af2a3507..7e895e6b 100644 --- a/src/runtime/app.config.ts +++ b/src/runtime/app.config.ts @@ -1,7 +1,7 @@ // Data const table = { - wrapper: 'relative', + wrapper: 'relative overflow-x-auto', base: 'min-w-full table-fixed', divide: 'divide-y divide-gray-300 dark:divide-gray-700', thead: '',