실시간 챠트 오류 수정
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user