Fix: Disable horizontal scroll in ScrollWheelLogger
This commit is contained in:
parent
2e06aa833a
commit
30442cb177
@ -128,7 +128,7 @@ export function ScrollWheelLogger({ substance, onSubmit, onCancel }: ScrollWheel
|
||||
<div
|
||||
ref={scrollRef}
|
||||
onScroll={handleScroll}
|
||||
className="w-full h-full overflow-y-scroll snap-y snap-mandatory no-scrollbar py-[60px]"
|
||||
className="w-full h-full overflow-y-scroll overflow-x-hidden snap-y snap-mandatory no-scrollbar py-[60px]"
|
||||
>
|
||||
{values.map((val) => (
|
||||
<div
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user