Fix checkbox

This commit is contained in:
Ken-Håvard Lieng 2018-08-10 21:30:44 +02:00
parent c975c5d120
commit 1406b87d77
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -55,7 +55,7 @@ button:active {
input[type=checkbox] {
position: absolute;
left: 0;
left: -99999px;
opacity: 0;
}