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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 [Bug report]: Content overlap on sidebar due to same z-index value #568

Closed
yash91989201 opened this issue Sep 26, 2022 · 1 comment 路 Fixed by #569
Closed

馃悰 [Bug report]: Content overlap on sidebar due to same z-index value #568

yash91989201 opened this issue Sep 26, 2022 · 1 comment 路 Fixed by #569
Assignees
Labels
bug Something isn't working hacktoberfest

Comments

@yash91989201
Copy link
Contributor

yash91989201 commented Sep 26, 2022

Describe the bug

The header component and the section (with class name - "app-home-body") that has div (with class name - "app-home-body-content") has same z-index value (i.e 10) which causes the content within them to overlap during scroll when the sidebar is open.
The overlap of content makes it unable to view the links (and access them) that are present in the sidebar.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the home page of reactplay.io on a mobile device
  2. Click on the menu button while at the top of the page
  3. Scroll the screen while the sidebar is open
  4. See the content of section app-home-body overlapping with the sidebar

Expected behavior

The content of sidebar and div (with class name - "app-home-body-content") should not overlap so that the contents within them are clearly visible and links are properly clickable

Screenshots

issue_img1

issue_img2

Smartphone
Any mobile device , any browser

Additional context
I would really like to work on this issue as it can be my first contribution to a public git hub repository

@yash91989201 yash91989201 added the bug Something isn't working label Sep 26, 2022
@atapas
Copy link
Member

atapas commented Sep 26, 2022

Great, thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants