refactor: replace scrollbar hacks with scrollbar-hidden class

This commit is contained in:
2026-06-09 18:21:27 +02:00
parent 070375eaa5
commit 49512a6708
6 changed files with 18 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
<h2 class="mb-3 text-base font-normal text-foreground">Continue Watching</h2>
<div class="relative overflow-hidden">
<div id="continue-watching-items" data-continue-watching-track class="flex snap-x snap-mandatory gap-2 overflow-x-auto scroll-smooth pb-4 [-ms-overflow-style:none] scrollbar-none [&::-webkit-scrollbar]:hidden">
<div id="continue-watching-items" data-continue-watching-track class="flex snap-x snap-mandatory gap-2 overflow-x-auto scroll-smooth pb-4 scrollbar-hidden">
{{range .}}
{{$title := .TitleOriginal}}
{{if .TitleEnglish.Valid}}{{$title = .TitleEnglish.String}}{{end}}