Skip to content

Comments

Fix theme toggle overlapping navbar items#238

Open
avdhut400 wants to merge 2 commits intosaurabh-dev-vns:mainfrom
avdhut400:fix/theme-toggle-navbar-overlap
Open

Fix theme toggle overlapping navbar items#238
avdhut400 wants to merge 2 commits intosaurabh-dev-vns:mainfrom
avdhut400:fix/theme-toggle-navbar-overlap

Conversation

@avdhut400
Copy link
Contributor

I have searched the existing issues.

What happened?

The theme toggle button was using fixed positioning, which caused it to overlap
with navbar items such as the Organizer Login button.

Root cause

The theme toggle was positioned using position: fixed, removing it from the
normal layout flow of the navbar.

What did I fix?

  • Removed fixed positioning from the theme toggle
  • Placed the toggle inside the navbar flex container
  • Ensured proper alignment and spacing with other navigation items

Why this change?

This prevents UI overlap and keeps the navbar layout consistent and responsive.

Testing

  • Verified the theme toggle no longer overlaps navbar items
  • Tested responsiveness across screen sizes
fix toggle

@github-actions
Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@avdhut400
Copy link
Contributor Author

fix issue #208 Done

@avdhut400
Copy link
Contributor Author

@saurabh-dev-vns check and review pls

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