Adjust z-indexes and add nice button class

This commit is contained in:
Nono 2025-12-19 17:07:02 +01:00
parent cebb060352
commit 6ff0b2ef88
2 changed files with 16 additions and 3 deletions

View file

@ -4,6 +4,7 @@ main img.draggable {
max-width: 200px;
max-height: 200px;
position: absolute;
z-index: 1;
}
@ -12,7 +13,7 @@ main img.draggable {
position: relative;
width: fit-content;
user-select: none;
z-index: 10;
z-index: 1;
filter: drop-shadow(5px 3px 2px #000000b7);
}