Sidebar fixed for Safari

This commit is contained in:
Mathew Kurian 2014-12-22 02:58:04 -06:00
parent a2cb9978e3
commit f06bae5520

View file

@ -177,12 +177,15 @@ body {
background: #222; background: #222;
color: #fff; color: #fff;
transform: translate3d(-360px, 0, 0); transform: translate3d(-360px, 0, 0);
-webkit-transform: translate3d(-360px, 0, 0);
transition: transform 0.5s ease; transition: transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
border-right: 1px solid #2A2A2A; border-right: 1px solid #2A2A2A;
} }
.sidebar--open { .sidebar--open {
box-shadow: 1px 0 3px #000; box-shadow: 1px 0 3px #000;
transform: translate3d(0,0,0); transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
} }
.sidebar__title { .sidebar__title {
font-size: 13px; font-size: 13px;