From de9ffb6c053f33a417de8223b21d943761639a4f Mon Sep 17 00:00:00 2001 From: StoianLucian <101817370+StoianLucian@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:38:38 +0200 Subject: [PATCH] hid unnecesary scrollbar --- coral-component-shell/src/styles/index.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/coral-component-shell/src/styles/index.styl b/coral-component-shell/src/styles/index.styl index 9fe8f19815..ea379d74d5 100644 --- a/coral-component-shell/src/styles/index.styl +++ b/coral-component-shell/src/styles/index.styl @@ -31,6 +31,7 @@ coral-shell-content { overflow: auto; scrollbar-width: thin; -ms-overflow-style: none; + overflow-x: hidden; } coral-shell-content::-webkit-scrollbar {