fix(gitops): make polling mechanism static button [EE-5420] (#8893)

pull/8917/head
Chaim Lev-Ari 2023-05-09 08:00:14 +07:00 committed by GitHub
parent acc340b324
commit c86b76261a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -64,9 +64,12 @@ function OptionItem({
color="light"
as="label"
disabled={disabled || readOnly}
className={clsx({
active: selected,
})}
className={clsx(
{
active: selected,
},
'!static !z-auto'
)}
>
{children}
<input