porter-archive icon indicating copy to clipboard operation
porter-archive copied to clipboard

Fix navbar dropdowns overflow bug

Open modularcoder opened this issue 2 years ago • 0 comments

Pull request type

Noticed that sometimes the Navbar Dropdowns are partially hidden behind the main page content. Apparently Navbar should have higher z-index than the page container

Please check the type of change your PR introduces:

  • [x] Bugfix
  • [ ] Feature
  • [ ] Other (please describe):

Pull request checklist

Please check if your PR fulfills the following requirements:

  • [ ] If it's a backend change, tests for the changes have been added and go test ./... runs successfully from the root folder.
  • [x] If it's a frontend change, Prettier has been run
  • [x] Docs have been reviewed and added / updated if needed

What is the current behavior?

What is the new behavior?

image

Technical Spec/Implementation Notes

Increased StyledNavbar z-index value to 2

modularcoder avatar Apr 22 '23 09:04 modularcoder