vue-drag-drop
                                
                                
                                
                                    vue-drag-drop copied to clipboard
                            
                            
                            
                        Window scrolling
Cool stuff you got going here. Is it possible to make window scroll event while dragging a component? It seems not to be by default. One use case I came across that needed this was when I had a long list of drop components that overflows the window. The only way to solve it for the time being is to make the container of the list have a max height and scroll on overflow.
I'll take a look, but my initial guess is that this is a limitation of the underlying drag and drop API. If so, I probably won't be able to do much about.