Skip to content

Commit

Permalink
chore: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet committed Feb 24, 2024
1 parent 90806ad commit eea5305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoints/injected/components/Colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const Colors = memo((props: { minimized?: boolean }) => {
</Select>
</div>
<div
className={`mt-4 flex flex-col max-h-60 overflow-auto scrollbar-hide space-y-.5 ${colors.length === 0 ? 'hidden' : ''}`}
className={`mt-4 flex-col max-h-60 overflow-auto scrollbar-hide space-y-.5 ${colors.length === 0 ? 'hidden' : 'flex'}`}
onMouseMove={(e) => e.stopPropagation()}
onWheel={(e) => e.stopPropagation()}
onClick={(e) => e.stopPropagation()}
Expand Down

0 comments on commit eea5305

Please sign in to comment.