diff --git a/app/routes/reception.tsx b/app/routes/reception.tsx index e844fc2..427c7d1 100644 --- a/app/routes/reception.tsx +++ b/app/routes/reception.tsx @@ -226,6 +226,15 @@ export default function Reception() { onChange={tableNumberChange} value={tableNumber} bg="gray.300" + onFocus={(e) => + e.target.addEventListener( + "wheel", + (e) => { + e.preventDefault() + }, + { passive: false }, + ) + } /> 注文メモ: