From f06bae5520cfa5c6bc15c424fc8c971452951df1 Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Mon, 22 Dec 2014 02:58:04 -0600 Subject: [PATCH] Sidebar fixed for Safari --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index 5eca3b1..00b3bf6 100644 --- a/static/style.css +++ b/static/style.css @@ -177,12 +177,15 @@ body { background: #222; color: #fff; transform: translate3d(-360px, 0, 0); + -webkit-transform: translate3d(-360px, 0, 0); transition: transform 0.5s ease; + -webkit-transition: -webkit-transform 0.5s ease; border-right: 1px solid #2A2A2A; } .sidebar--open { box-shadow: 1px 0 3px #000; transform: translate3d(0,0,0); + -webkit-transform: translate3d(0,0,0); } .sidebar__title { font-size: 13px;