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;