[RAPID-fix] 컬럼 리사이즈 호버 영역 좌우 대칭 완료 (right: -4.5px, width: 7px)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user