mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
Dev: Elements tool
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
|
||||
Reference in New Issue
Block a user