dropdown content not working on contributersProfile page
shreyshreyansh opened this issue · 3 comments
shreyshreyansh commented
rishi-koul commented
Hi, I looked into the issue the only reason I think it is showing a blue bar is because you currently don't have any dropdown items.
<div class="dropDownContent">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
Add some items like this and then you will see the items
cryptic-padawan commented
I would like to work on this issue
l-white commented
This is a playground for students to experiment with HTML, CSS and JavaScript, so not everything will work properly. If you see a bug, please feel free to submit a pull request. We do not assign issues to contributors for this repository.