From 6539a0c767fbda896b03cbe8509fe6a7e0ffd5c4 Mon Sep 17 00:00:00 2001 From: Timon <101999857+TimonGlaesser@users.noreply.github.com> Date: Mon, 17 Apr 2023 02:11:46 -0700 Subject: [PATCH 1/2] fix: bug issue #9 --- css/agency.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/agency.css b/css/agency.css index 671c194..fc18399 100755 --- a/css/agency.css +++ b/css/agency.css @@ -609,6 +609,7 @@ header.masthead .intro-text .intro-heading { height: 75px; cursor: pointer; background-color: transparent; + z-index: 1; } .portfolio-modal .close-modal:hover { From 4536d103aeb656b9c3540148c9d9db16afb34be5 Mon Sep 17 00:00:00 2001 From: Timon <101999857+TimonGlaesser@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:21:52 -0700 Subject: [PATCH 2/2] fix: bug issue #10 and #33 allows scrolling on modal popup --- css/agency.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/agency.css b/css/agency.css index fc18399..7066444 100755 --- a/css/agency.css +++ b/css/agency.css @@ -519,6 +519,7 @@ header.masthead .intro-text .intro-heading { max-width: 100vw; max-height: 95vh; overflow-y: auto; + pointer-events: all; } @media (min-width: 1000px) {