-
Notifications
You must be signed in to change notification settings - Fork 107
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
Navbar overlapping body text #112
Comments
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned! |
@aslams2020 Kindly assign me the issue |
@aslams2020 Please assign this issue to me.Kindly attach the labels |
@aslams2020 Please assign this task to me. I would like to work on it .... |
Please assign this issue to me.Kindly attach the labels |
@aslams2020 Please assign me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The navigation bar overlaps the body content when the page is loaded, particularly the section below the navbar. This reduces readability and negatively affects the user experience. The overlap occurs with the body text, as shown in the screenshot.
Steps to reproduce:
Open the page in any web browser.
Observe that the navbar covers part of the text content directly below it.
Expected behavior:
The body content should not be hidden behind the navbar. The navbar should either be fixed at the top without covering the content or there should be appropriate spacing (padding/margin) between the navbar and the body content.
Possible Solution:
Add appropriate padding or margin to the body content below the navbar.
The text was updated successfully, but these errors were encountered: