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