Fixed adjust time button overflow

This commit is contained in:
Anderson Shindy Oki 2024-06-10 10:17:03 +09:00 committed by GitHub
parent 0a0762b1cf
commit 854c43c53a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }))
} }