From b8085e289bd3bbdf549770b4235e2a69472806c1 Mon Sep 17 00:00:00 2001 From: Filip <31472895+Filiq@users.noreply.github.com> Date: Tue, 8 Dec 2020 16:06:31 +0100 Subject: [PATCH] Made labels not clickable Now users can easily click on the inputs. --- form-input-wave/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/form-input-wave/style.css b/form-input-wave/style.css index 2fdad64..2269f7b 100644 --- a/form-input-wave/style.css +++ b/form-input-wave/style.css @@ -84,6 +84,7 @@ body { position: absolute; top: 15px; left: 0; + pointer-events: none; } .form-control label span {