가사 패널 스크롤바 다크 슬림 스타일 (흰색 기본 트랙 제거)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jwkim 2026-08-25 10:37:51 +09:00
parent 434f282e6b
commit c895bc9c6b

View File

@ -294,7 +294,7 @@ export default function MusicBar() {
× ×
</button> </button>
</div> </div>
<pre className="max-h-[40vh] overflow-y-auto whitespace-pre-wrap font-sans text-[13px] leading-relaxed text-white/80"> <pre className="max-h-[40vh] overflow-y-auto whitespace-pre-wrap font-sans text-[13px] leading-relaxed text-white/80 [scrollbar-width:thin] [scrollbar-color:rgba(255,255,255,0.25)_transparent] [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-white/20">
{currentTrack.lyrics} {currentTrack.lyrics}
</pre> </pre>
</div> </div>