MaTeMaTuK / gantt-task-react

Gantt chart for React with Typescript
MIT License
916 stars 515 forks source link

unlike demo scroll not visible except on hover #92

Open Egzscure opened 2 years ago

Egzscure commented 2 years ago

In the demo i can always see the scrollbars (vertical and horizontal) however in the component it doesnt show the scrollbars unless i hover my mouse.

I managed to make the horizontal scroll bar like the demo, but i cant get the vertical one to stay visible like in the demo, im using the latest version.

Why is that?

MaTeMaTuK commented 2 years ago

Hi @Egzscure, Do you use Chrome on PC ?

Egzscure commented 2 years ago

Yes, i managed to make it work with some css tweaking but its not the same as the demo

MaTeMaTuK commented 2 years ago

Could you please try to reproduce on sandbox ? https://codesandbox.io/s/vigilant-star-fxy36r?file=/src/App.tsx