From 9af16b443a03f8cbde45c8724a145ce0af82e3a2 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Mon, 10 Jun 2024 10:31:43 -0400 Subject: [PATCH] Small styling change for the table scroll --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index d66e276bd..edd92c538 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -365,7 +365,7 @@ td.table-empty-message { } } .table-wrapper { - overflow-x: scroll; + overflow-x: auto; } }