mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-07-31 23:31:48 +00:00
Sidebar fixed for Safari
This commit is contained in:
parent
a2cb9978e3
commit
f06bae5520
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue