Put slider z-index under bottom menu
This commit is contained in:
parent
15cd8b1f94
commit
4cc985634a
|
@ -162,7 +162,7 @@ export function BuyAmountInput(props: {
|
||||||
max="205"
|
max="205"
|
||||||
value={getRaw(amount ?? 0)}
|
value={getRaw(amount ?? 0)}
|
||||||
onChange={(e) => onAmountChange(parseRaw(parseInt(e.target.value)))}
|
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"
|
step="5"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user