Fix Current Image display background going over image bounds

This commit is contained in:
blessedcoolant 2022-11-18 15:56:47 +13:00
parent 19322fc1ec
commit ae6dd219d9

View File

@ -24,6 +24,7 @@
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
height: auto; height: auto;
width: max-content;
position: absolute; position: absolute;
cursor: pointer; cursor: pointer;
} }