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

z-index problem #268

Open
Karthigeyankiruba opened this issue Jan 12, 2024 · 1 comment
Open

z-index problem #268

Karthigeyankiruba opened this issue Jan 12, 2024 · 1 comment

Comments

@Karthigeyankiruba
Copy link

Describe the bug
z-index problem is there in select-search-select class, tried giving z-index111111 but still its not working

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Search select feature the background is transparent and other components from the projects overlap the options'

Expected behavior
It should be on top of every component or it can be editable by giving z-index.

Screenshots
Screenshot 2024-01-12 at 10 39 39 AM

Desktop (please complete the following information):

  • OS: iOS
  • Browser: Microsoft edge
  • Version latest
@ishandutta2007
Copy link

I had a parent as visibility:hidden, as a result no matter what I was setting the z-index as it was still going underneath.
The following css help me overcome it.

.select-search-container {
    position: absolute;
    visibility: visible;
}

You can read more about it here

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

No branches or pull requests

2 participants