From 7ce414bddcf18789ceac84ad2130c72aa0cd2f9c Mon Sep 17 00:00:00 2001 From: Astoria Date: Sun, 23 Oct 2022 14:32:42 -0500 Subject: [PATCH] ACTUALLY Make email clickable again & hover --- public/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/default.css b/public/css/default.css index 9e15d11..dfabb0a 100755 --- a/public/css/default.css +++ b/public/css/default.css @@ -191,6 +191,10 @@ input[type="submit" i] { pointer-events: all; } +.bottomcell p { + pointer-events: all; +} + .bottomcell:hover { opacity: 1; }