Add Position for Clickable

This commit is contained in:
seiichiro 2022-01-10 21:30:30 +01:00
parent 3dbe02331e
commit fb1dfc4358

View file

@ -127,6 +127,7 @@ body {
/* Clickable Areas in Single Image View */ /* Clickable Areas in Single Image View */
.content-single .clickable { .content-single .clickable {
position: relative;
z-index: 9; z-index: 9;
opacity: 0; opacity: 0;
} }