Merge pull request #22 from zethnest/patch-1
animated-navigation: overflow-x hidden
This commit is contained in:
commit
081f2de331
@ -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