Skip to content

fix: overlapping elements#19

Open
ohbeomho wants to merge 1 commit into
Jurredr:masterfrom
ohbeomho:feature/overlap-fix
Open

fix: overlapping elements#19
ohbeomho wants to merge 1 commit into
Jurredr:masterfrom
ohbeomho:feature/overlap-fix

Conversation

@ohbeomho

@ohbeomho ohbeomho commented Oct 14, 2024

Copy link
Copy Markdown

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

@vercel

vercel Bot commented Oct 14, 2024

Copy link
Copy Markdown

@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.

@sirtbot

sirtbot commented Mar 24, 2026

Copy link
Copy Markdown

Nice, works in my fork

@SillyKitr SillyKitr left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Language out of box

3 participants