From 2411aeae8d13bb65cda58525a1ebdb231106b056 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Sat, 1 Apr 2023 20:40:01 -0700 Subject: [PATCH] Updated scrollbar styles. --- components/layout/AppLayout.module.css | 4 ---- components/layout/ShareLayout.js | 2 +- styles/index.css | 33 +++++++++++--------------- 3 files changed, 15 insertions(+), 24 deletions(-) diff --git a/components/layout/AppLayout.module.css b/components/layout/AppLayout.module.css index 228d0c35..6cc9e414 100644 --- a/components/layout/AppLayout.module.css +++ b/components/layout/AppLayout.module.css @@ -19,7 +19,3 @@ height: calc(100vh - 60px); overflow-y: auto; } - -.body::-webkit-scrollbar-track { - border: 0; -} diff --git a/components/layout/ShareLayout.js b/components/layout/ShareLayout.js index 2e3fe3a4..9f19fda8 100644 --- a/components/layout/ShareLayout.js +++ b/components/layout/ShareLayout.js @@ -6,7 +6,7 @@ export default function ShareLayout({ children }) { return (
- {children} +
{children}