|
@@ -9,14 +9,15 @@
|
|
.Sidebar {
|
|
.Sidebar {
|
|
position: fixed;
|
|
position: fixed;
|
|
background-color: #f9f9f9;
|
|
background-color: #f9f9f9;
|
|
- width: 280px;
|
|
|
|
|
|
+ // width: 280px;
|
|
height: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
top: 0;
|
|
|
|
+ right: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- padding: 60px 30px 20px;
|
|
|
|
- box-shadow: 0 0 10px rgba(0,0,0,.2);
|
|
|
|
|
|
+ padding: 80px 30px 20px;
|
|
|
|
+ // box-shadow: 0 0 10px rgba(0,0,0,.2);
|
|
transition: all .4s cubic-bezier(0.4, 0, 0, 1);
|
|
transition: all .4s cubic-bezier(0.4, 0, 0, 1);
|
|
- transform: translate(-280px, 0);
|
|
|
|
|
|
+ transform: translate(-100%, 0);
|
|
z-index: 10;
|
|
z-index: 10;
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
|
|
|