SizeInput: fix slider overflow on small breakpoint

This commit is contained in:
rektdeckard
2020-09-28 03:23:53 -04:00
parent 2939465431
commit e42317f95d
2 changed files with 4 additions and 1 deletions

View File

@@ -37,7 +37,6 @@ const SizeInput: React.FC<SizeInputProps> = () => {
name="size-input"
value={size}
type="range"
title={size.toString()}
min={16}
max={96}
onChange={handleSizeChange}