Anton Zinovyev

Results 204 comments of Anton Zinovyev

@AlekseevKonstantin could you provide any snadbox example?

As far as i can see, you've enabled sizes translation without any height restriction and set `display:flex` to the content element, so block height rises infinetely

I'd say that this functionality should be implemented on your side, since it will involve window function wrapping. Event listening will not work because `window.scrollTo` will try to scroll `body`...

They're component props. Why you even thought they're class props?

@AlekseevKonstantin you simply pass these props to the component and they disable wheel scrolling, thats all. ``` ```

What for i've written an issue example?🤦‍♂️ @jmarceli Everything is good for me. What browser do you use?

@jmarceli ~~Cause there is no possible way for me to test it on macos - check this one pls. https://codesandbox.io/s/rsc-live-example-062ls~~ Have you added sizes translation? Cause without that field enabled...

Very weird... Looks like the scrollbar width compensation is turned off =/ Because there is no other reason to content to leak under the scrollbar. Are scrollbars overlay the content/scroller...

Thus a have absolutely no clue what is going on... Try to manually set the `left` style to 0 for the scroller element and ensure that native scrollbar is still...

@jmarceli HI! Any results?