Updated scrollbar styles.
This commit is contained in:
@@ -19,7 +19,3 @@
|
||||
height: calc(100vh - 60px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.body::-webkit-scrollbar-track {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ export default function ShareLayout({ children }) {
|
||||
return (
|
||||
<Container>
|
||||
<Header />
|
||||
{children}
|
||||
<main>{children}</main>
|
||||
<Footer />
|
||||
</Container>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user