Skip to content

Commit f4bb46a

Browse files
authored
Merge pull request #3091 from specify/color-picker-safari
Display color picker in safari
2 parents 5311421 + afcc708 commit f4bb46a

File tree

1 file changed

+1
-1
lines changed
  • specifyweb/frontend/js_src/lib/components/UserPreferences

1 file changed

+1
-1
lines changed

specifyweb/frontend/js_src/lib/components/UserPreferences/Renderers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const ColorPickerPreferenceItem: PreferenceItemComponent<string> =
5050
}}
5151
/>
5252
<Input.Generic
53-
className="sr-only"
53+
className="sr-only !top-[unset] bottom-0 h-auto opacity-0"
5454
isReadOnly={isReadOnly}
5555
maxLength={7}
5656
minLength={7}

0 commit comments

Comments
 (0)