Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update checkout.tpl #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mrparkerlol
Copy link

Add a fix to checkout.tpl to fix the placement of the T&C checkbox in Firefox (still renders the same in Chrome)

The issue is caused by fomatic-ui setting the top position to 0 with absolute positioning. When combined with a inline display rule, it causes Firefox to place the invisible checkbox above the styled checkbox.

This commit removes that style attribute. The style attribute is not useful either in this case, because the size of the div is small - so it can fit in-line with the "Purchase" button.

Add a fix to checkout.tpl to fix the placement of the T&C checkbox in firefox (still renders the same in Chrome)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant