Created by: kevva
Right now you have to define a specific top: value
for all your dropdowns which isn't optimal. I suggest that we use top: 100%
instead and use a margin: value
for the extra space needed between the navbar and the dropdown for example.
This allows us to use whichever height we want on our elements without having to change the top
value on the dropdown-menu.