mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
fix: Containers mounting asynchronously being in wrong focus order
This commit is contained in:
@@ -45,7 +45,11 @@
|
||||
</div>
|
||||
|
||||
<div class="relative">
|
||||
<Container childrenRevealStrategy={scrollWithOffset('left', 64 + 16)} direction="horizontal">
|
||||
<Container
|
||||
childrenRevealStrategy={scrollWithOffset('left', 64 + 16)}
|
||||
direction="horizontal"
|
||||
navigationActions={{ left: () => true }}
|
||||
>
|
||||
<div
|
||||
class={classNames(
|
||||
'flex overflow-x-scroll items-center overflow-y-visible relative scrollbar-hide',
|
||||
|
||||
Reference in New Issue
Block a user