From 698ff97977f9557cfba0fd4acc17e15b97d938be Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 14 Mar 2023 13:43:48 +0800 Subject: [PATCH] table-scroll --- styles/notion.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/notion.css b/styles/notion.css index e6e1e596..8b2b19ef 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -180,7 +180,7 @@ } .notion-simple-table { - @apply whitespace-nowrap overflow-x-scroll block + @apply whitespace-nowrap overflow-x-auto block } .notion-app {