Fix image zooming

This commit is contained in:
Elpunical 2020-04-20 18:31:48 +02:00
parent 87beab691e
commit a6a01a5338
No known key found for this signature in database
GPG key ID: 281727E80474C92F

View file

@ -38,5 +38,8 @@ figure.thumbnails img {
figure.thumbnails img + img { figure.thumbnails img + img {
margin: 0 0 0 1.5em; margin: 0 0 0 1.5em;
} }
.medium-zoom-image {
z-index: 999;
}
} }
} }