From e981c35a8c60dae60c987deb44205ff8bc5d8e89 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Mon, 10 Aug 2020 22:05:02 -0400 Subject: [PATCH] content pointer-events on desktop --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 4df7385..8233b22 100644 --- a/index.css +++ b/index.css @@ -152,7 +152,7 @@ label:hover { top: 0; left: 0; grid-row: 2 / 10; padding: 10%; - + pointer-events: none } input[type='radio'] { @@ -219,4 +219,4 @@ input[type='radio'] { } -} \ No newline at end of file +}