[RAPID-fix] 컬럼 리사이즈 호버 영역 조정 (right: -1px, width: 5px)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 15:09:12 +09:00
parent 1d60195edf
commit 2fe3d5867e
2 changed files with 4 additions and 4 deletions

View File

@@ -62,9 +62,9 @@
}
#itemListTable th .col-resizer {
position: absolute;
right: -0.5px;
right: -1px;
top: 0;
width: 6px;
width: 5px;
transform: translateX(50%);
height: 100%;
cursor: col-resize;

View File

@@ -62,9 +62,9 @@
}
#itemListTable th .col-resizer {
position: absolute;
right: -0.5px;
right: -1px;
top: 0;
width: 6px;
width: 5px;
transform: translateX(50%);
height: 100%;
cursor: col-resize;