Good work. I wanna ask something. Why my horizontal scroll on grid component not work?
Please open an issue at the Github project with an example to reproduce it.
Thank’s for your fast response.
I’m recently read the issue tracker. I found same issue with me in https://github.com/appreciated/material/issues/25
I facing same problem with that guy.
I think not since that issue is still fixed. Your issue must be different even if the result seems similar.
It’s weird.
Because, i fix it with change position back to absolute
.mytheme .v-grid-tablewrapper {
overflow: visible;
position: absolute;
width: 100% !important;
}
From
.mytheme .v-grid-tablewrapper {
overflow: visible;
position: unset;
width: 100% !important;
}
but the problem is vertical scroll is not show ‘directly’. vertical scroll is visible when i clicked the grid.
I will help you if you create an issue on Github.