From 4a0ca6fdd9900009876baa42363db41c0dd296f4 Mon Sep 17 00:00:00 2001 From: Caitlin Barnard Date: Thu, 28 Nov 2024 11:48:38 +0000 Subject: [PATCH] scrolling to auto --- front_end/styles/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front_end/styles/styles.scss b/front_end/styles/styles.scss index b9559604..e2bc02e9 100644 --- a/front_end/styles/styles.scss +++ b/front_end/styles/styles.scss @@ -370,5 +370,5 @@ th { } .scrollable { - overflow-x: scroll; + overflow-x: auto; }