style: Adjust episode grid translate

This commit is contained in:
Aleksi Lassila
2024-04-19 17:15:33 +03:00
parent c6d6d27af5
commit 7726d6a4a3
2 changed files with 12 additions and 8 deletions

View File

@@ -51,7 +51,7 @@
<Container direction="horizontal" let:focusIndex on:enter {...$$restProps} class="">
<div
class={classNames(
'flex overflow-x-scroll items-center overflow-y-visible relative scrollbar-hide',
'flex overflow-x-scroll items-center overflow-y-hidden relative scrollbar-hide',
'[&>*]:p-4 -mx-4 w-full',
scrollClass
)}