Contacts - List: Better image view position (always centered on viewport).

This commit is contained in:
fusionate 2024-09-27 12:25:05 -06:00
parent 778acbe551
commit 0e39d35a0b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@
echo "<style>\n"; echo "<style>\n";
echo " #contact_attachment_layer {\n"; echo " #contact_attachment_layer {\n";
echo " z-index: 999999;\n"; echo " z-index: 999999;\n";
echo " position: absolute;\n"; echo " position: fixed;\n";
echo " left: 0px;\n"; echo " left: 0px;\n";
echo " top: 0px;\n"; echo " top: 0px;\n";
echo " right: 0px;\n"; echo " right: 0px;\n";