Simplify CSS, make canvas unselectable

This commit is contained in:
Hans5958 2023-04-07 23:14:00 +07:00
parent 3601e1db36
commit 8b99189cbd

View file

@ -119,22 +119,21 @@ @media (prefers-reduced-motion: reduce) {
}
}
#image {
#innerContainer > * {
position: absolute;
height: 100%;
width: 100%;
z-index: -1500;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated;
user-select: none;
}
#image {
z-index: -1500;
}
#highlightCanvas {
z-index: -1200;
position: absolute;
height: 100%;
width: 100%;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated;
}
#atlasSize:empty {