Fix #130: Hide background buttons in the viewer.

This commit is contained in:
Nicolas Perriault 2017-05-04 11:24:42 +02:00
parent 91f5216401
commit f542bcfc3b
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A

View File

@ -434,6 +434,7 @@ body {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
background-color: rgba(0,0,0,0.9); background-color: rgba(0,0,0,0.9);
z-index: 2;
} }
/* Modal Content (Image) */ /* Modal Content (Image) */