From f0faedc2fc33b9cf585d9ae871f99a982bce19ad Mon Sep 17 00:00:00 2001 From: zethnest <16971676+zethnest@users.noreply.github.com> Date: Fri, 11 Dec 2020 15:10:27 +0800 Subject: [PATCH] animated-navigation: overflow-x hidden Hide awkward out of nav animation --- animated-navigation/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/animated-navigation/style.css b/animated-navigation/style.css index 16674ea..77959ef 100644 --- a/animated-navigation/style.css +++ b/animated-navigation/style.css @@ -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 {