fix: 모델 패널 위치 상향 — 확장된 재생 컨트롤러와 겹침 해소

bottom: 100 → 120 (재생 활성 시)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
htlee 2026-03-31 09:45:36 +09:00
부모 e8187b3a6c
커밋 5afa5d4be9

파일 보기

@ -202,7 +202,7 @@ const CorrelationPanel = ({
return (
<div style={{
position: 'absolute',
bottom: historyActive ? 100 : 20,
bottom: historyActive ? 120 : 20,
left: 'calc(50% - 210px)',
display: 'flex',
gap: 6,