Skip to content

Conversation

ohbeomho
Copy link

@ohbeomho ohbeomho commented Oct 14, 2024

FIX: Overlapping elements

Sorry for my poor English.

Bug Description

If there are more than 2 rows and the last row has
less than 4 elements, it overlaps the section below.
GitHub WidgetBox
Fixed by setting row height to Math.ceil(list.length / 7)
instead of Math.round((list.length - 0.1) / 7) > 1 ? Math.round((list.length - 0.1) / 7) : 1

Fixes: #20

Copy link

vercel bot commented Oct 14, 2024

@ohbeomho is attempting to deploy a commit to the Jurre's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant