From 3ea6e24e397b772f668e59304ddac0f05e0fd654 Mon Sep 17 00:00:00 2001 From: "Vishwa.R" Date: Sat, 15 Oct 2022 11:23:35 +0530 Subject: [PATCH] fix: horizontal overflow this commit fixes the overflow caused by theme selector --- template/assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/assets/css/style.css b/template/assets/css/style.css index 29d198401..ce9906ed9 100755 --- a/template/assets/css/style.css +++ b/template/assets/css/style.css @@ -571,6 +571,8 @@ justify-content: space-around; max-width: 82em; margin: 0 auto; + overflow-x: scroll; + scrollbar-width: none; } .Highlights_card__34b3J {