Update CSS
This commit is contained in:
parent
9b307813d6
commit
8cd02cdb76
4 changed files with 110 additions and 189 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
|
||||
main img.draggable {
|
||||
max-width: 150px;
|
||||
max-height: 150px;
|
||||
max-width: 200px;
|
||||
max-height: 200px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ main img.draggable {
|
|||
position: relative;
|
||||
width: fit-content;
|
||||
user-select: none;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
filter: drop-shadow(5px 3px 2px #000000b7);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue