fix: hide episode list scrollbar on desktop
This commit is contained in:
@@ -270,7 +270,7 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="flex min-h-0 flex-1 flex-col gap-1 pr-2 pb-4 mt-2 overflow-y-auto [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden lg:[-ms-overflow-style:auto] lg:[scrollbar-width:thin] lg:[scrollbar-color:var(--scrollbar-thumb)_var(--scrollbar-track)] lg:[&::-webkit-scrollbar]:block lg:[&::-webkit-scrollbar]:h-2 lg:[&::-webkit-scrollbar-track]:bg-[var(--scrollbar-track)] lg:[&::-webkit-scrollbar-track]:rounded-none lg:[&::-webkit-scrollbar-thumb]:bg-[var(--scrollbar-thumb)] lg:[&::-webkit-scrollbar-thumb]:rounded-none lg:[&::-webkit-scrollbar-thumb:hover]:bg-[var(--scrollbar-thumb-hover)]" data-episode-list style="overscroll-behavior-y: contain">
|
<div class="flex min-h-0 flex-1 flex-col gap-1 pb-4 mt-2 overflow-y-auto [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden" data-episode-list style="overscroll-behavior-y: contain">
|
||||||
{{range $episodes}}
|
{{range $episodes}}
|
||||||
{{$isCurrent := eq (printf "%v" .Number) $currentEpID}}
|
{{$isCurrent := eq (printf "%v" .Number) $currentEpID}}
|
||||||
{{$isFiller := .Filler}}
|
{{$isFiller := .Filler}}
|
||||||
|
|||||||
Reference in New Issue
Block a user