From e111af0880e5988d41b7960aa66a6eefe238efb3 Mon Sep 17 00:00:00 2001 From: Rifzkhy Date: Sat, 26 Aug 2023 12:12:22 +0700 Subject: [PATCH] fix --- css/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/global.css b/css/global.css index 9383aff..4cfbb3a 100644 --- a/css/global.css +++ b/css/global.css @@ -1,5 +1,9 @@ @import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500&family=JetBrains+Mono:wght@500&display=swap"); +*::-webkit-scrollbar { + display: none; +} + * { font-family: "JetBrains Mono", monospace; scroll-behavior: smooth; @@ -10,10 +14,6 @@ font-family: "DM Sans", sans-serif; } -body::-webkit-scrollbar { - display: none; -} - body { height: 100vh; color: #e3e3e3;