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

[BUG]: StyledDrop component Overlap with other Texts #7089

Open
abdulbasithqb opened this issue Jan 17, 2024 · 2 comments
Open

[BUG]: StyledDrop component Overlap with other Texts #7089

abdulbasithqb opened this issue Jan 17, 2024 · 2 comments
Labels
bug issue that does not match design or documentation and requires code changes to address

Comments

@abdulbasithqb
Copy link
Contributor

Expected Behavior

I expected the StyledDrop component not to overlap with other texts on the page.

Actual Behavior

The StyledDrop component is overlapping with other texts on the page.

URL, screen shot, or Codepen exhibiting the issue

Screenshot 2024-01-17 at 12 21 09 PM

Steps to Reproduce

  1. Open Grommer storybook
  2. Go to Datasort -> Drop component
  3. hover sort icon -> sort hover text overlapped with Other texts

Your Environment

  • Grommet version:
  • Browser Name and version:
  • Operating System and version (desktop or mobile):
@abdulbasithqb
Copy link
Contributor Author

abdulbasithqb commented Jan 17, 2024

This is happening because StyledDrop's background is returning none which leads to the background becoming transparent.

@britt6612 britt6612 added the bug issue that does not match design or documentation and requires code changes to address label Feb 15, 2024
@umeshiscreative
Copy link
Contributor

This is happening because StyledDrop's background is returning none which leads to the background becoming transparent.

Hi, I checked and found this bug is not related to the above statement. The theme of the Tip component causing a problem.

https://github.com/grommet/grommet/pull/4613/files#diff-71ffed64924857857580abe456716f5824b0acb941c993452e0955c3bec9c6c0R1184

Added the attached screenshots:
GrommetTheme

Working Version:

FixVersionGrommetTheme

Background Property should be accepted as per design guidelines mention in the HPE theme itself.

GrommetHPETheme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue that does not match design or documentation and requires code changes to address
Projects
None yet
Development

No branches or pull requests

3 participants