Open arendsnoek opened 3 years ago
same problem
I'm also having the same problem, but with overflow: visible
since I need the virtual scroller to be scrollable horizontally for long rows of data
I could fix this problem with this code:
.vue-recycle-scroller__item-wrapper {
overflow: visible !important;
}
.vue-recycle-scroller {
overflow: auto !important;
}
Gave me a lot of headaches, finally figured out why pagemode isn't working for me...
Inspect > Elements > Edit as HTML
)I'm reporting this issue hoping for a fix or explanation: