fix(app): fixed broken scrollbar on mobile

This commit is contained in:
trashtemp
2021-12-30 14:37:56 +01:00
parent c0bf3fbc0b
commit fdbd931ea7
3 changed files with 7 additions and 13 deletions

View File

@@ -42,12 +42,6 @@ const Area = styled.div`
padding-top: 48px;
word-break: break-word;
> * > ::-webkit-scrollbar-thumb {
width: 4px;
background-clip: content-box;
border-top: 80px solid transparent;
}
> div {
display: flex;
min-height: 100%;