Fix the scrollbar bug with non-webkit browsers
https://discord.com/channels/870988717190426644/870988717190426647/938364256271884320 https://discord.com/channels/870988717190426644/870988717190426647/938842750827262044
This commit is contained in:
parent
57af1156ba
commit
ca5b2685bb
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ const Container = styled.div`
|
|||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
scrollbar-width: none;
|
||||
`
|
||||
|
||||
type ReceiveVerticalWheelEventFn = (ev: WheelEvent) => void
|
||||
|
|
Loading…
Reference in a new issue