mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
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