Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alert banner overlapping with first row #220

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

laratran
Copy link
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

Copy link

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
0 of 3 checks passed
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