From e56afd3a5854333099615c9b260f39cba07f8895 Mon Sep 17 00:00:00 2001 From: guopenghui Date: Thu, 23 May 2024 20:57:40 +0800 Subject: [PATCH] fix: remove undesirable padding --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index c187810..a0b6379 100644 --- a/styles.css +++ b/styles.css @@ -27,7 +27,7 @@ .swarnam-source-root { flex: 1 1 0; - overflow-x: scroll; + overflow-x: auto; display: flex; align-items: stretch; flex-direction: column;