Commit 9b4c41f826151bbad4a3dbb42b892f250f8901b5

Authored by randx
1 parent 4a437cdf

Fix github issue #1190

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/nav.scss
... ... @@ -14,6 +14,7 @@ ul.main_menu {
14 14 background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
15 15 background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
16 16 position:relative;
  17 + overflow:hidden;
17 18 @include shade;
18 19 .count {
19 20 position: relative;
... ...