[RAPID-fix] 컬럼 리사이즈 호버 영역 좌우 대칭 완료 (right: -4.5px, width: 7px)

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

View File

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

View File

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