mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-07 22:04:06 +08:00
fix: 调整z-index值范围
This commit is contained in:
parent
162a136207
commit
68d1e46870
@ -4,7 +4,7 @@
|
||||
left: 10%;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
z-index: 999999999;
|
||||
z-index: 500;
|
||||
background-color: @bg-color;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
|
||||
|
@ -3,7 +3,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
z-index: 99999;
|
||||
z-index: 100;
|
||||
bottom: 15px;
|
||||
right: 15px;
|
||||
height: 50px;
|
||||
|
@ -1,5 +1,5 @@
|
||||
.clip-full-wrapper {
|
||||
z-index: 9999999999;
|
||||
z-index: 101;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
height: -webkit-fill-available;
|
||||
@ -14,7 +14,7 @@
|
||||
.clip-full-operate-list {
|
||||
position: fixed;
|
||||
right: 50%;
|
||||
z-index: 99;
|
||||
z-index: 102;
|
||||
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -56,7 +56,7 @@
|
||||
}
|
||||
}
|
||||
.clip-overlay {
|
||||
z-index: 9999999;
|
||||
z-index: 100;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
|
@ -1,5 +1,5 @@
|
||||
.clip-switch {
|
||||
z-index: 999;
|
||||
z-index: 100;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user