hide the aside shadow
This commit is contained in:
+2
-2
@@ -68,8 +68,8 @@
|
|||||||
padding: 15px 0 0;
|
padding: 15px 0 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
|
||||||
transition: 700ms;
|
transition: transform 700ms;
|
||||||
transform: translateX(-190px);
|
transform: translateX(-205px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user