feat: updates

This commit is contained in:
qier222 2022-06-08 00:07:04 +08:00
parent d09c5fd171
commit 133881d287
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
28 changed files with 389 additions and 115 deletions

View file

@ -5,13 +5,10 @@ const Main = () => {
return (
<main
className={cx(
'overflow-y-auto pb-16 pr-6 pl-10',
'no-scrollbar overflow-y-auto pb-16 pr-6 pl-10',
css`
padding-top: 132px;
grid-area: main;
&::-webkit-scrollbar {
display: none;
}
`
)}
>