SizeInput: fix slider overflow on small breakpoint
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
.size-bar input {
|
.size-bar input {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.size-bar label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.size-bar input::-webkit-slider-thumb {
|
.size-bar input::-webkit-slider-thumb {
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ const SizeInput: React.FC<SizeInputProps> = () => {
|
|||||||
name="size-input"
|
name="size-input"
|
||||||
value={size}
|
value={size}
|
||||||
type="range"
|
type="range"
|
||||||
title={size.toString()}
|
|
||||||
min={16}
|
min={16}
|
||||||
max={96}
|
max={96}
|
||||||
onChange={handleSizeChange}
|
onChange={handleSizeChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user