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}