fix: several eyeDropper fixes (#7002)

This commit is contained in:
David Luzar
2023-09-17 13:24:50 +02:00
committed by GitHub
parent 1f94f204dd
commit c1952fd6cc
6 changed files with 51 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
z-index: var(--zIndex-eyeDropperBackdrop);
touch-action: none;
}
@@ -21,7 +21,7 @@
width: 3rem;
height: 3rem;
position: fixed;
z-index: 999999;
z-index: var(--zIndex-eyeDropperPreview);
border-radius: 1rem;
border: 1px solid var(--default-border-color);
filter: var(--theme-filter);