From ebe77b2d6b57c5ef8e01e7ac72cadac1ebd2105f Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 30 Sep 2020 14:39:56 -0400 Subject: [PATCH] Fix issue with pressing zoom in button in photo viewer (close #7974) --- css/60_photos.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/60_photos.css b/css/60_photos.css index 87389460e..3dbed05a6 100644 --- a/css/60_photos.css +++ b/css/60_photos.css @@ -349,11 +349,13 @@ label.streetside-hires { top: 10px; width: 100%; z-index: 10; + pointer-events: none; } .photo-controls { display: inline-block; z-index: 10; + pointer-events: initial; } .photo-controls button,