forked from abner/for-legacy-web
fix(app): fixed broken scrollbar on mobile
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user