svelte-grid
svelte-grid copied to clipboard
[Help Wanted] Horizontal overflow
I am using a scroller for reaction on item overflow the Grid component.
When the item overflows the y-axis, the scroller works fine but when the item overflows the x-axis, it does nothing.
Is the bug or whether this is the right behaviour?
Environment:
- Mac os Big Sur M1
- Firefox 95.0.2 (64-bit)
Best regards, Vitalii!
Sorry for the late response, I understand your problem https://github.com/vaheqelyan/svelte-grid/blob/master/src/MoveResize/index.svelte#L255
But the autoscroll feature simply works only for the y axis, on the other hand i do not think it is difficult to implement
Hi @vaheqelyan, thanks for your reply. It will be grateful if you implement this feature in future.