Merge pull request 'fix bug grid no scroll y margin right' (#72) from dev-manhph1-figbug into dev

Reviewed-on: #72
This commit is contained in:
dev
2025-08-18 16:45:07 +09:00
2 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,15 @@
display: none;
}
&-no-scroll-y {
.tui-grid-rside-area {
.tui-grid-header-area,
.tui-grid-summary-area {
margin-right: 0 !important;
}
}
}
&-rside-area {
.tui-grid-header-area,