Fix tabs scroll animation

This commit is contained in:
afc163 2016-06-12 14:34:33 +08:00
parent e533846489
commit 23e5d18e7c

View File

@ -127,7 +127,7 @@
&-nav {
box-sizing: border-box;
padding-left: 0;
transition: left 0.5s @ease-in-out;
transition: transform 0.5s @ease-in-out;
position: relative;
margin: 0;
list-style: none;