gonna try not doing the dynamic width idek
This commit is contained in:
parent
fe034be441
commit
165928d8d4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ function weird_slices<T>(arr: T[]): T[][] {
|
|||
const MultiWheel: Component = ({ items }, _) => (
|
||||
<div class="multiwheel">
|
||||
{...weird_slices(items).map(items => (
|
||||
<Wheel items={items} width={1 / items.length} />
|
||||
<Wheel items={items} /*width={1 / items.length}*/ />
|
||||
))}
|
||||
<Wheel items={items} classes={["invisible"]} />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue