fix: RoutePanel 상하 여백 추가 — 패널 height 76%로 축소

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-01 16:17:43 +09:00
parent e97c62c445
commit 1f90af20cc

View File

@@ -228,7 +228,8 @@ export default function RoutePanel({ currentTime, visible, onSeek }: RoutePanelP
return (
<div
ref={panelRef}
className="absolute left-0 top-0 h-full w-24 bg-black/80 border-r border-white/10 z-30"
className="absolute left-0 w-24 bg-black/80 border-r border-white/10 z-30"
style={{ top: '12%', height: '76%' }}
>
{/* Center vertical line */}
<div