Paul Cohen
Paul Cohen
I just tried this on my MSFS add ons folder and got the same issue. What's the advantage of using this vs the native Win 11 folder compression option in...
I'm not sure I'll be able to, but will have a play with it to see if I can replicate it. The CSS is very different, as I explained in...
I use some of them already, but as mentioned, nothing was changed except for the library itself. It must be something vertical scroll related, but not sure what. Horizontal scroll...
I'm sure it's CSS related. If I use V29.2.0 with this CSS completely, which is key to getting scroll bars showing in V28.2.1, then I still see horizontal scroll bar,...
The HTML/CSS is different with vertical scroll. V28.2.1 https://imgur.com/7wJLuJe vs V29.2.0 https://imgur.com/O0hthh5
Any tips on how I can get vertical scroll back, given how the HTML/CSS seems changed in V29.0+? Are there some specific release notes you can point at that releate...
I didn't write it from scratch to get it working in V28.2.1 I used the solution here: https://github.com/ag-grid/ag-grid/issues/3226 Did you have a look at the images above? It seems V29.x...
For some reason the .ag-body-vertical-scroll-viewport overflow-y: scroll is now getting turned off, which is causing the vertical scroll to have the same size as the container, hence the scroll bar...
> @sonicviz I had the exact same problem turned out I was importing non-existent CSS files from the old version > > ``` > @import "ag-grid-community/src/styles/ag-grid.scss"; > @import "ag-grid-community/src/styles/ag-theme-alpine/sass/ag-theme-alpine.scss"; >...
No, not resolved. Need to test with V30 to see if that resolves it. The Ag-grid code has changed, not the app.