From b0b9cd38af8ee876b71a623da514cf004d7e14b2 Mon Sep 17 00:00:00 2001 From: love-sonkar Date: Sun, 27 Aug 2023 13:15:53 +0530 Subject: [PATCH] fixes #289 scrollbar in header secion --- landing/pages/styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/landing/pages/styles/index.css b/landing/pages/styles/index.css index de9e4c9c3..14ef4ac20 100644 --- a/landing/pages/styles/index.css +++ b/landing/pages/styles/index.css @@ -11,6 +11,10 @@ body { -moz-osx-font-smoothing: grayscale; } +#header::-webkit-scrollbar{ + display:none; +} + .loaded, .loaded * { transition: all 0.2s ease-out; transition-property: background-color, border-color, color, opacity, top, bottom, left, right, width, height, margin, padding, transform;