차트로딩중 적용

This commit is contained in:
Macbook
2026-05-30 03:35:34 +09:00
parent e7a6c22cc2
commit 961609242c
6 changed files with 70 additions and 60 deletions
+10
View File
@@ -947,6 +947,10 @@ html.theme-blue {
.tv-chart-wrap--candle-only {
overflow-y: hidden;
}
/* 초기 로드 중 LWC pane·구분선이 순차 노출되는 것 방지 */
.tv-chart-wrap--bootstrapping .chart-container {
visibility: hidden;
}
.tv-chart-wrap::-webkit-scrollbar { width: 6px; }
.tv-chart-wrap::-webkit-scrollbar-track { background: transparent; }
.tv-chart-wrap::-webkit-scrollbar-thumb { background: var(--bg4); border-radius: 3px; }
@@ -1142,6 +1146,12 @@ html.theme-blue {
color: var(--text2);
font-size: 13px;
}
/* 실시간 차트 영역 중앙 단일 로딩 (tv-chart-wrap 내부) */
.tv-chart-wrap .chart-loading--chart-area {
z-index: 920;
background: var(--bg, #131722);
pointer-events: none;
}
.loading-spinner {
width: 32px; height: 32px;
border: 3px solid var(--bg4);