From a1f9f11ba86440b156e00fadcd6f3f7d20b5d41c Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Thu, 23 Sep 2021 15:50:46 -0400 Subject: [PATCH] Remove pointer-events CSS. --- lib/page.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/page.css b/lib/page.css index b915fc3..0a63fcc 100644 --- a/lib/page.css +++ b/lib/page.css @@ -126,7 +126,6 @@ ul.navbar li:last-child { display: flex; align-items: center; justify-content: center; - pointer-events: none; background-color: rgba(0, 0, 0, 0.75); } @@ -135,7 +134,6 @@ ul.navbar li:last-child { color: white; padding: 2em; max-width: 50em; - pointer-events: auto; } .page-error div p:first-child {