Merge pull request #21 from Filiq/patch-2

Made labels not clickable
This commit is contained in:
Brad Traversy 2020-12-12 08:40:39 -05:00 committed by GitHub
commit 3a874928d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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