From a04db5e9f10ca54ae68715b70c30cb5bf4b3d475 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 7 Oct 2022 16:59:11 +0300 Subject: [PATCH] Fix build peek scrollbar visible when no overflow Closes #999 --- app/styles/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/front.css b/app/styles/front.css index 953a4e058..4b0814295 100644 --- a/app/styles/front.css +++ b/app/styles/front.css @@ -12,7 +12,7 @@ } .front__builds-wrapper { - overflow-x: scroll; + overflow-x: auto; } .front__builds-container {