From e907c7ae0765c0980a231e2d5f29202efc67d760 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 1 Jun 2026 19:00:11 +0200 Subject: [PATCH] fix: hide episode list scrollbar on desktop --- templates/watch.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/watch.gohtml b/templates/watch.gohtml index f6bad99..a7d03b8 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -270,7 +270,7 @@ {{end}} {{else}} -
+
{{range $episodes}} {{$isCurrent := eq (printf "%v" .Number) $currentEpID}} {{$isFiller := .Filler}}