aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src
diff options
context:
space:
mode:
authorAnderson Shindy Oki <[email protected]>2024-06-10 10:17:03 +0900
committerGitHub <[email protected]>2024-06-09 21:17:03 -0400
commit854c43c53a737fb75e5d8f1ce35130690b8d69d2 (patch)
treeeb7a9dd2b99458f11bb6225286220a2eb12b81c0 /frontend/src
parent0a0762b1cf338affd0565184ce1e28fb70470eda (diff)
downloadbazarr-854c43c53a737fb75e5d8f1ce35130690b8d69d2.tar.gz
bazarr-854c43c53a737fb75e5d8f1ce35130690b8d69d2.zip
Fixed adjust time button overflow
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/components/forms/TimeOffsetForm.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/forms/TimeOffsetForm.tsx b/frontend/src/components/forms/TimeOffsetForm.tsx
index 182a26889..1a7739dd9 100644
--- a/frontend/src/components/forms/TimeOffsetForm.tsx
+++ b/frontend/src/components/forms/TimeOffsetForm.tsx
@@ -74,6 +74,7 @@ const TimeOffsetForm: FunctionComponent<Props> = ({ selections, onSubmit }) => {
<Button
color="gray"
variant="filled"
+ style={{ overflow: "visible" }}
onClick={() =>
form.setValues((f) => ({ ...f, positive: !f.positive }))
}