Fix broken Slide mixin

stable
Xavier Julián 2015-01-27 14:38:38 +01:00
parent df67751889
commit 8dfc7b81fe
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
text-align: right; text-align: right;
} }
.category-items { .category-items {
@include slide(400px, overflow-y); @include slide(400px, hidden);
background-color: $whitish; background-color: $whitish;
width: 100%; width: 100%;
.items-container { .items-container {