맥 os 전략지표 드래그 문제 최종 수정

This commit is contained in:
Macbook
2026-06-15 10:06:52 +09:00
parent a3aca639c1
commit 0e09825cab
13 changed files with 451 additions and 48 deletions
+31
View File
@@ -2071,6 +2071,37 @@ body.se-palette-drag-armed .se-palette-section--scroll {
background: transparent;
}
.se-palette-drag-overlay-ghost {
position: fixed;
z-index: 20041;
pointer-events: none;
}
/* body portal — .se-page 테마 토큰(scope)만 카드 클론에 전달 */
.se-palette-drag-overlay-theme.se-page {
display: inline-block;
flex: none;
width: auto;
height: auto;
min-height: 0;
overflow: visible;
position: static;
background: transparent;
color: var(--se-text);
}
.se-palette-drag-overlay-ghost .se-palette-card {
cursor: grabbing;
transform: none;
margin: 0;
opacity: 1;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}
.se-palette-drag-overlay-ghost .se-palette-card--dragging:hover {
transform: none;
}
.se-palette-drag-overlay-label {
position: fixed;
z-index: 20041;