diff --git a/style.css b/style.css index e6c35bf..12e124d 100644 --- a/style.css +++ b/style.css @@ -281,7 +281,9 @@ input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; margin: 0; - background: 0; /* necessary for hiding default disabled-state styling on iOS */ + background: 0; + position: fixed; + opacity: 0; border: none; }