From fb1dfc435884b3fd1b98a2d593297a333def1ab9 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 21:30:30 +0100 Subject: [PATCH] Add Position for Clickable --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 9ead85d..f3e0ca3 100644 --- a/css/style.css +++ b/css/style.css @@ -127,6 +127,7 @@ body { /* Clickable Areas in Single Image View */ .content-single .clickable { + position: relative; z-index: 9; opacity: 0; }