Hi!
Happy Monday!
Would love some help with my dropdown in the navigation bar please ?
Issues:
- The hoover CSS isn’t working, see image #1 below. (it only works if I change the
dropOut
class fromposition: absolute
toposition: relative
, but if I do that thedropOut
div forces the parent divs to grow in height and that destroys the design, making thenavbar
too tall. This hack is shown in image #2 below). Intended behaviour: That the dropdown overflows into the page beyond thenavbar
(not increasing thenavbar
height)
See image #1:
- I can’t manage to have the bottom shadow border of the dropdown show up. It is for some reason transparent. Intended behaviour: A bottom shadow border that can be seen.
See image #2:
Would love some pointers!