I've got a problem with my phone book web app. Visit this demo and you'll understand:
The hover area extends over the top of each button, meaning you can't easily click a button that's positioned above another button. Turn off the font-family ("EntypoRegular") on the "icon"-class to see what's causing the problem in my opinion.
How can I solve this problem? Any suggestion is appreciated!
Adding overflow:hidden
to .icon
should fix it.