From f279b1aca62fb9fd475c669cf300d927f370fb70 Mon Sep 17 00:00:00 2001 From: Cesar Faber Date: Sat, 10 Feb 2024 14:45:05 -0300 Subject: [PATCH] removing scrollbar on windows --- src/styles/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 290f288..f5d053d 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -5,6 +5,10 @@ font-family: "Fira Code", monospace; } +::-webkit-scrollbar { + display: none; +} + ::selection { background: white; color: #222222;