Designer News is where the design community meets.
6 years ago from Yitong Zhang, Designer at Coinbase
I really like this. I just wanted to point out that the dropdown filters (features, social proof, pricing) don't always work unless moving the mouse really fast.
https://i.imgur.com/prmuZRW.gif
the margin-top:2px is pushing it down enough to make the mouse lose hover on the parent link.
margin-top:2px
.dropFeatures-sub:hover #features-drop { margin-top: 2px; display: block; }
Thank you! Will fix that soon :)
Now playing
I really like this. I just wanted to point out that the dropdown filters (features, social proof, pricing) don't always work unless moving the mouse really fast.
https://i.imgur.com/prmuZRW.gif
the
margin-top:2px
is pushing it down enough to make the mouse lose hover on the parent link..dropFeatures-sub:hover #features-drop { margin-top: 2px; display: block; }