Contacts - List: Better image view position (always centered on viewport).
This commit is contained in:
parent
778acbe551
commit
0e39d35a0b
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue