pupudu / window-table

Windowing Table for React based on React Window
https://window-table.netlify.com/
170 stars 13 forks source link

Extra vertical scrollbars in codesandbox example. #29

Closed thunderkid closed 4 years ago

thunderkid commented 5 years ago

This is a beautiful library! I noticed that on the codesandbox example and on the website there are extra vertical scrollbars - an outer one that seems like an accident, and an inner one (which is initially hidden behind the outer one!) that actually does the scrolling. I've played around with the table size and css to try to make the outer one vanish, but can't get it to go away. Is it possible to make it disappear?

pupudu commented 5 years ago

Hi @thunderkid Thanks for creating this issue. I acknowledge this bug. Can reproduce. I will look into this soon.

pupudu commented 4 years ago

This has been fixed in v0.9.0

Thanks again for reporting the issue

thunderkid commented 4 years ago

Hi, Actually this is still a problem under the latest Chrome (77.0.3865.90) on the latest Windows 10. This is how the demo site at https://window-table.now.sh appears: image

pupudu commented 4 years ago

@thunderkid Apologies. The website was recently changed from https://window-table.now.sh to https://window-table.netlify.com since configuring the static site in "now.sh" seemed harder than "netlify".

I didn't take down the now.sh domain since there may be references to that site. I will add a redirect and close the old site.

I checked the new website on browser stack and it works fine for me. Please comment if you still see the error in https://window-table.netlify.com

thunderkid commented 4 years ago

Thanks. I agree that this is now fixed.