From: stephen@cubedesigners.com Date: Tue, 16 Aug 2016 17:02:42 +0000 (+0000) Subject: Fix #596 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=97373dae96e9471e32b4187220def42e1d344e27;p=fluidbook-v3.git Fix #596 @0:15 --- diff --git a/less/101-header.less b/less/101-header.less index e6592ce..1bd6f5a 100644 --- a/less/101-header.less +++ b/less/101-header.less @@ -1,7 +1,7 @@ @import "000-imports"; header#h { - transition: all 0.4s ease 0s; + transition: left 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease; position: fixed; top: 0px;