mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
feat: Implement back button and selectable registrars
This commit is contained in:
@@ -45,12 +45,7 @@
|
||||
</div>
|
||||
|
||||
<div class="relative">
|
||||
<Container
|
||||
direction="horizontal"
|
||||
handleNavigateOut={{ left: () => true }}
|
||||
let:focusIndex
|
||||
on:enter
|
||||
>
|
||||
<Container direction="horizontal" let:focusIndex on:enter>
|
||||
<div
|
||||
class={classNames(
|
||||
'flex overflow-x-scroll items-center overflow-y-visible relative scrollbar-hide',
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
}black 5%, black 95%, ${fadeRight ? '' : 'black 100%, '}transparent 100%);`}
|
||||
on:scroll={updateScrollPosition}
|
||||
bind:this={element}
|
||||
handleNavigateOut={{ left: () => true }}
|
||||
let:focusIndex
|
||||
>
|
||||
<slot {focusIndex} />
|
||||
|
||||
Reference in New Issue
Block a user