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;