From bb0908067be5c45bbefd67572563673b6a1a78d7 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 3 Jan 2025 23:24:50 +0100 Subject: [PATCH] style: auto hide scrollbar when no overflow --- src/pages/tech-bsky-fedi.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tech-bsky-fedi.astro b/src/pages/tech-bsky-fedi.astro index 9274b83..9520edb 100644 --- a/src/pages/tech-bsky-fedi.astro +++ b/src/pages/tech-bsky-fedi.astro @@ -133,7 +133,7 @@ const description = } .table-container { - overflow: scroll; + overflow-x: auto; } table th, table td {