From 3e12d0dfa7d5619c370ad1a62d5a2f678a4fb460 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Wed, 1 Jun 2016 21:29:17 -0700 Subject: [PATCH] hide the aside shadow --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 429acc0..e2881fd 100644 --- a/index.html +++ b/index.html @@ -68,8 +68,8 @@ padding: 15px 0 0; background-color: #fff; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); - transition: 700ms; - transform: translateX(-190px); + transition: transform 700ms; + transform: translateX(-205px); overflow: auto; z-index: 1; }