From 656fdb3122816af0e64d6221d923d7e163e55649 Mon Sep 17 00:00:00 2001 From: Boub <43587988+boub-thr@users.noreply.github.com> Date: Thu, 31 Dec 2020 16:04:43 +0100 Subject: [PATCH] Update style.css just so you can click over the label to get the focus on the input --- form-input-wave/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/form-input-wave/style.css b/form-input-wave/style.css index 2269f7b..d1642b8 100644 --- a/form-input-wave/style.css +++ b/form-input-wave/style.css @@ -72,6 +72,8 @@ body { padding: 15px 0; font-size: 18px; color: #fff; + position: relative; + z-index: 100; } .form-control input:focus,