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

fixed Header Bar Overlapping #753

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

shivisingh25
Copy link
Contributor

Related Issue

[Cite any related issue(s) this pull request addresses. If none, simply state “None”]

Fixes: #544

Description
[Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.]

#544 issue number has been resolved. Previously, the header bar was overlapping with the content on the page, causing a layout issue. This change adjusts the positioning of the header bar to prevent it from covering any part of the page content.

This resolves the header bar overlap issue, ensuring proper spacing between the header and the content. The content is now fully visible and accessible.

The overlapping header was impacting the user experience by obscuring parts of the content, which affected readability and navigation. The motivation behind this fix was to enhance the page’s layout and ensure a smooth user experience across different devices and screen sizes.

There are no additional dependencies required for this change. However, it relies on the existing CSS structure of the layout and the correct rendering of HTML elements across browsers.

Type of PR

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Other (specify): _______________

Screenshots / videos (if applicable)
[Attach any relevant screenshots or videos demonstrating the changes. Make sure to attach before & after screenshots in your PR.]
Screenshot 2024-10-15 145138
Screenshot 2024-10-15 145156
Screenshot 2024-10-15 145221

Checklist:

  • I have made this change from my own.
  • I have taken help from some online resources.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers and screenshots after making the changes.

Copy link

vercel bot commented Oct 15, 2024

Deployment failed with the following error:

Resource is limited - try again in 12 minutes (more than 100, code: "api-deployments-free-per-day").

Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our contributing.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Oct 15, 2024

Deploy Preview for buddytrail ready!

Name Link
🔨 Latest commit 47a47db
🔍 Latest deploy log https://app.netlify.com/sites/buddytrail/deploys/670e6c2b66562e00088273ca
😎 Deploy Preview https://deploy-preview-753--buddytrail.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

vercel bot commented Oct 15, 2024

Deployment failed with the following error:

Resource is limited - try again in 8 minutes (more than 100, code: "api-deployments-free-per-day").

@anuragverma108 anuragverma108 merged commit 64d101e into PriyaGhosal:main Oct 15, 2024
4 of 5 checks passed
Repository owner locked and limited conversation to collaborators Oct 15, 2024
Repository owner unlocked this conversation Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG:Header Bar Overlapping with Content
2 participants