Frontmatter
| id | 6235 |
| title | grid.View: create a PoC to have the vertical scrollbar at the right edge of the wrapper container |
| state | Closed |
| labels | enhancementhelp wanted |
| assignees | [] |
| createdAt | Jan 14, 2025, 10:27 PM |
| updatedAt | Feb 26, 2025, 2:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6235 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 26, 2025, 2:36 PM |

Right now, the scrollbar is at the right side of the view content:
It would of course be nicer, if it was at the right edge of the view wrapper => currently we can only see it in case we scroll the very right (last column visible) => we can not see it otherwise.
It might be possible with just a couple of CSS tweaks, but it probably is more tricky without breaking anything.
In case someone has a good idea, feel free to add a comment or send a PR. Thx!