You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
�We can use the parameter(displayHorizontalScroll, displayVerticalScroll) to decide whether to show a scroll bar. I made visible variable using useState and button that toggle visible variable. However, the scrollbar does not disappear as soon as the button is pressed. After that, you have to scroll a little bit for it to disappear
Problem
�We can use the parameter(displayHorizontalScroll, displayVerticalScroll) to decide whether to show a scroll bar. I made visible variable using useState and button that toggle visible variable. However, the scrollbar does not disappear as soon as the button is pressed. After that, you have to scroll a little bit for it to disappear
Example - Code Sandbox
https://codesandbox.io/p/sandbox/infinite-viewer-r5z5ws?file=%2Fsrc%2FApp.css%3A8%2C16
The text was updated successfully, but these errors were encountered: