JeffreyWay / Laracasts-Bugs

Exclusively for user-submitted bugs and errors at laracasts.com
9 stars 0 forks source link

Navbar bugged on webkit browsers #60

Closed hettiger closed 10 years ago

hettiger commented 10 years ago

Have a look at the logo and hover the mouse over one of the dropdowns (e.g. Learning). You'll immediately see whats wrong.

Here's the fix for that:

html { -webkit-font-smoothing: subpixel-antialiased; }

JeffreyWay commented 10 years ago

Fixed.