canvas-datagrid
canvas-datagrid copied to clipboard
Scrollbar not working when size of the block gets changed
Actual Behaviour: When page loads, canvas scrollbar is working as expected. But when the size of block changes and due to dynamic content, if another scrollbar appears beside the canvas scrollbar, then I am not able to move the canvas scrollbar.
It is working here:
It stopped working here:
Version: 0.22.12 OS: Ubuntu 19.04
Is it possible to create a reproduction of the issue? Without seeing a reproduction I can only speculate, but it appears that the grid element is too large for the parent. Maybe the parent is eating up the mouse down event? Maybe try making the parent's style overflow: visible
? If you can create a reproduction I can be of more assistance.