Put slider z-index under bottom menu

This commit is contained in:
Sinclair Chen 2022-09-29 07:04:11 -07:00
parent 15cd8b1f94
commit 4cc985634a

View File

@ -162,7 +162,7 @@ export function BuyAmountInput(props: {
max="205"
value={getRaw(amount ?? 0)}
onChange={(e) => onAmountChange(parseRaw(parseInt(e.target.value)))}
className="range range-lg only-thumb z-40 my-auto align-middle xl:hidden"
className="range range-lg only-thumb my-auto align-middle xl:hidden"
step="5"
/>
)}