From e8a5276f93577674abeaeff37d44c7146fb1104d Mon Sep 17 00:00:00 2001 From: Razunter Date: Sun, 23 Jul 2023 02:46:23 +0400 Subject: [PATCH] ensure that Image Viewer prev-next buttons are clickable --- javascript/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/javascript/style.css b/javascript/style.css index e1e8c1747..dadc61a0d 100644 --- a/javascript/style.css +++ b/javascript/style.css @@ -379,6 +379,8 @@ table.settings-value-table td{ .modalPrev, .modalNext { cursor: pointer; + position: relative; + z-index: 1; top: 0; width: auto; height: 100vh;