From 20c26e197e0c91e1f9e90b8237135f98cf7c6462 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 23:58:42 +0000 Subject: [PATCH] Changes --- src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.css b/src/index.css index b0cf526..a5378bd 100644 --- a/src/index.css +++ b/src/index.css @@ -69,6 +69,12 @@ html { scroll-behavior: smooth; + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* IE/Edge */ + } + + html::-webkit-scrollbar { + display: none; /* Chrome, Safari, Opera */ } body {