simplebar icon indicating copy to clipboard operation
simplebar copied to clipboard

if scrollbarMaxSize is set, the scrollbar does not reach the end

Open comerc opened this issue 4 months ago • 0 comments

        <SimpleBar
          forceVisible="x"
          scrollbarMaxSize={70}
        >
          <Column count={5} />
          <Column count={3} />
          <Column count={7} />
          <Column count={2} />
        </SimpleBar>

https://github.com/user-attachments/assets/78760bd9-b833-41a5-a035-d5a2a609e903

comerc avatar Aug 27 '25 08:08 comerc