animated-navigation: overflow-x hidden

Hide awkward out of nav animation
This commit is contained in:
zethnest 2020-12-11 15:10:27 +08:00 committed by GitHub
parent a3282f9023
commit f0faedc2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {