Made labels not clickable

Now users can easily click on the inputs.
This commit is contained in:
Filip 2020-12-08 16:06:31 +01:00 committed by GitHub
parent a3282f9023
commit b8085e289b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ body {
position: absolute;
top: 15px;
left: 0;
pointer-events: none;
}
.form-control label span {