animated-navigation: overflow-x hidden

Hide awkward out of nav animation
pull/22/head
zethnest 4 years ago committed by GitHub
parent a3282f9023
commit f0faedc2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,7 @@ nav {
border-radius: 3px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
transition: width 0.6s linear;
overflow-x: hidden;
}
nav.active {

Loading…
Cancel
Save