맥 os 전략편집기 지표 드래그 문제해결

This commit is contained in:
Macbook
2026-06-15 09:39:19 +09:00
parent dbad00aa0f
commit a3aca639c1
13 changed files with 309 additions and 209 deletions
+12
View File
@@ -2050,6 +2050,18 @@ body.se-palette-drag-active {
user-select: none;
}
body.se-palette-drag-armed .se-right-body,
body.se-palette-drag-armed .se-palette-section--scroll {
overflow: hidden !important;
overscroll-behavior: none;
touch-action: none;
}
.se-palette-card .se-palette-period-input[readonly] {
pointer-events: none;
cursor: inherit;
}
.se-palette-drag-overlay {
position: fixed;
inset: 0;