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;
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;