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 menu bug (#292) #459

Merged
merged 1 commit into from
Mar 4, 2021
Merged

Fixed menu bug (#292) #459

merged 1 commit into from
Mar 4, 2021

Conversation

dhawal-kamdar
Copy link
Contributor

@dhawal-kamdar dhawal-kamdar commented Feb 26, 2021

Changed some CSS properties to fix the menu bug, so that the user can scroll down the menu and change to another language.

The menu position was fixed, so it can't be scrolled (hiding bottom items)
We can't change to another language due to the dropdown menu opening mostly out of the bottom of the screen.
But now it can be scrolled and we can access bottom items and also change to another language using the dropdown.

This PR Fixes #292

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@phildini
Copy link
Member

phildini commented Mar 4, 2021

Hi! Any chance you could provide before / after screen shots?

@freakboy3742
Copy link
Member

@phildini You should be able to verify this by checking current website behavior vs the netlify deploy preview (one of the pre-build checks)

@dhawal-kamdar
Copy link
Contributor Author

Hello @phildini Here is the link for the netlify deploy preview
https://deploy-preview-459--beeware.netlify.app/
You can directly check this.

@phildini phildini merged commit 83385df into beeware:lektor Mar 4, 2021
@dhawal-kamdar
Copy link
Contributor Author

@phildini Thank you for merging my code.

@dhawal-kamdar dhawal-kamdar deleted the fix_menu_bug branch March 4, 2021 18:21
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.

Bugs in the website menu
3 participants