From 9299a9c06774d4528c457775361152eca812af9f Mon Sep 17 00:00:00 2001 From: "Ella E." Date: Tue, 13 Aug 2024 13:22:36 -0600 Subject: [PATCH] FIX: Set overflow-x to auto to prevent scroll bar from always showing (#28294) --- app/assets/stylesheets/common/admin/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/admin/dashboard.scss b/app/assets/stylesheets/common/admin/dashboard.scss index ebf811cc8d7..75fd827fc7b 100644 --- a/app/assets/stylesheets/common/admin/dashboard.scss +++ b/app/assets/stylesheets/common/admin/dashboard.scss @@ -21,7 +21,7 @@ font-size: var(--font-up-1); white-space: nowrap; flex-wrap: nowrap; - overflow-x: scroll; + overflow-x: auto; // Fade-out for horizontal scroll nav &:before {