Merge pull request #22 from zethnest/patch-1

animated-navigation: overflow-x hidden
This commit is contained in:
Brad Traversy 2020-12-12 08:40:25 -05:00 committed by GitHub
commit 081f2de331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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