Fix broken Slide mixin
parent
df67751889
commit
8dfc7b81fe
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue