Skip to content

Fix alert banner overlapping with first row#220

Merged
posabsolute merged 1 commit intoKevinVandy:v2from
laratran:alert-banner-overlay-position
Dec 7, 2023
Merged

Fix alert banner overlapping with first row#220
posabsolute merged 1 commit intoKevinVandy:v2from
laratran:alert-banner-overlay-position

Conversation

@laratran
Copy link
Copy Markdown
Contributor

@laratran laratran commented Dec 7, 2023

The ToolbarAlertBanner would overlap with the first row of the table when positioned at the top. This was caused by adding the alert-bottom class to the Banner regardless of where the banner was positioned. The alert-bottom class adds -16px to the bottom margin which is only necessary when the banner is at the bottom.

Fixes #209.

Before

image

After
image

The bottom banner is still positioned correctly
image

@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 7, 2023

@laratran is attempting to deploy a commit to the Kevin Vandy OSS Team on Vercel.

A member of the Team first needs to authorize it.

@posabsolute posabsolute merged commit 960456e into KevinVandy:v2 Dec 7, 2023
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.

Alert banner overlays with first row when selecting row

2 participants