API Reference

Move Next button on top when keyboard is open

@media only screen and (max-width: 767px) {
    fieldset:has(input:focus) .quiz__step-button {
        position: static;
    }
}