Skip to content

Commit

Permalink
animated-navigation: overflow-x hidden
Browse files Browse the repository at this point in the history
Hide awkward out of nav animation
  • Loading branch information
zatnas authored Dec 11, 2020
1 parent a3282f9 commit f0faedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions animated-navigation/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f0faedc

Please sign in to comment.