animated-navigation: overflow-x hidden
Hide awkward out of nav animation
This commit is contained in:
parent
a3282f9023
commit
f0faedc2fc
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user