실시간 챠트 오류 수정

This commit is contained in:
Macbook
2026-05-30 02:55:41 +09:00
parent 0e46104106
commit b4dcebf758
4 changed files with 37 additions and 12 deletions
+4
View File
@@ -942,6 +942,10 @@ html.theme-blue {
overflow-y: auto;
overflow-x: hidden;
}
/* 캔들 전체보기 — 보조지표 스크롤 영역 잠금 (전환 시 scrollTop 드리프트 방지) */
.tv-chart-wrap--candle-only {
overflow-y: 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; }