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

resolved other components popping up the date picker by adding z-index #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Chandrachur67
Copy link

  1. while using the date picker, hovering over card components was causing cards popping up the data picker. I have added a z-index = 10 to the date picker component so that the cards don't pop up that.
  2. Due to absolute positioning the date picker and guest selector were separating out. I have fixed that problem also.

before

Screenshot 2023-01-01 at 3 23 18 PM (2)

Screenshot 2023-01-01 at 3 22 41 PM

after

Screenshot 2023-01-01 at 3 20 52 PM

1. while using the date picker, hovering over card components was causing cards popping up the data picker. I have added a z-index = 10 to the date picker component so that the cards don't pop up that. 
2. Due to absolute positioning the date picker and guest selector were separating out. I have fixed that problem also.
1. while using the date picker, hovering over card components was causing cards popping up the data picker. I have added a z-index = 10 to the date picker component so that the cards don't pop up that.
2. Due to positioning issue the date picker and guest selector were separating out. I have fixed that problem also.
@Chandrachur67
Copy link
Author

If someone having problem to run this in local system.

  1. npm install
  2. npm i @material-ui/core
  3. npm i @material-ui/icons
  4. npm start

Repository owner deleted a comment from jeremigio2706 Mar 4, 2024
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.

1 participant