Dev: Elements tool

This commit is contained in:
surunzi
2016-03-15 21:58:29 +08:00
parent 6987451ba0
commit a3d8d6ef32
27 changed files with 2236 additions and 370 deletions

View File

@@ -9,6 +9,7 @@
background: #fff;
z-index: 500;
display: none;
transform: translateZ(0);
&.show {
display: block !important;
animation: show-menu .3s linear both;
@@ -22,7 +23,9 @@
width: 100%;
position: relative;
overflow: auto;
-webkit-overflow-scrolling: touch;
.tool {
transform: translateZ(0);
position: absolute;
left: 0;
top: 0;

View File

@@ -6,6 +6,7 @@
overflow-y: auto;
position: absolute;
width: 100%;
-webkit-overflow-scrolling: touch;
left: 0;
top: 0;
z-index: 100;