mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
Fixed adjust time button overflow
This commit is contained in:
parent
0a0762b1cf
commit
854c43c53a
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ const TimeOffsetForm: FunctionComponent<Props> = ({ selections, onSubmit }) => {
|
||||||
<Button
|
<Button
|
||||||
color="gray"
|
color="gray"
|
||||||
variant="filled"
|
variant="filled"
|
||||||
|
style={{ overflow: "visible" }}
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
form.setValues((f) => ({ ...f, positive: !f.positive }))
|
form.setValues((f) => ({ ...f, positive: !f.positive }))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue