fix: table resize overflow issues (#6520)

This commit is contained in:
Aaryan Khandelwal 2025-01-30 19:27:12 +05:30 committed by GitHub
parent 9268180aec
commit 01bd1bde64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
/* table dropdown */
.table-wrapper table .column-resize-handle {
position: absolute;
right: -2px;
right: 0;
top: 0;
width: 2px;
height: 100%;