takanome-dev / astro.go.blog

Blog app with Astro 🚀 on the front and Go 🐹 on the back
https://blog-with-astro-golang.vercel.app/
MIT License
32 stars 5 forks source link

Bug: user dropdown overlaps with other elements in the body #49

Closed takanome-dev closed 10 months ago

takanome-dev commented 11 months ago

Describe the bug

overlapping overlapping-2

Steps to reproduce

  1. Follow the local dev guide in the readme to configure and spin up the front/back servers
  2. create a new user (you will be redirected to the dashboard) and open the user dropdown and navigate to the profile
  3. open the dropdown again and see the overlapping

Browsers

Chrome

Suggested Solution

add z-index to the dropdown menu

Contributing Docs

abdulbari149 commented 11 months ago

Hey, I would like to work on it. Could you please assign it to me

takanome-dev commented 11 months ago

Hey @abdulbari149, you can read the contributing guide to learn how to do so