From 8dfc7b81fee7039a5318661ac6a0c11d9f1c8581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 27 Jan 2015 14:38:38 +0100 Subject: [PATCH] Fix broken Slide mixin --- app/styles/modules/common/category-config.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/common/category-config.scss b/app/styles/modules/common/category-config.scss index ca7b4844..63d4b125 100644 --- a/app/styles/modules/common/category-config.scss +++ b/app/styles/modules/common/category-config.scss @@ -41,7 +41,7 @@ text-align: right; } .category-items { - @include slide(400px, overflow-y); + @include slide(400px, hidden); background-color: $whitish; width: 100%; .items-container {