Hi!
I'm currently having a problem where the height of my grid doesn't expand to my dropdown menu. This should be really easy, and I can't figure out what I've missed (probably something that makes me look like a complete moron).
Here's the code:
http://codepen.io/anon/pen/pBtGf
Hi! I'm currently having a problem where the height of my grid doesn't expand to my dropdown menu. This should be really easy, and I can't figure out what I've missed (probably something that makes me look like a complete moron). Here's the code: http://codepen.io/anon/pen/pBtGf
Thank you in advance
You need to remove overflow:hidden from your .grid class.
http://codepen.io/anon/pen/FJeHi
omg -.- Thank you, I was right.
I feel terrible.