Nathan Ferguson

Results 4 comments of Nathan Ferguson

I "fixed" this by adding the following callbacks to when I initiate `magnificPopup()` ``` callbacks: { open: function(){ $('html').css('overflow-y','hidden'); }, close: function(){ $('html').css('overflow-y',''); } ```

Thanks for making a note of this. It would be cool if * Contributions are only for the icon in a new directory like `app/assets/svg/payment_icons` * We put the border...

Relevant PRs / commits: * Cimbthai addition: https://github.com/activemerchant/payment_icons/pull/173#pullrequestreview-222757898 * Interac addition: https://github.com/activemerchant/payment_icons/pull/180/commits/02ab9ebb80c15b57c97aaad2369887d49eb69919 * Circle K : https://github.com/activemerchant/payment_icons/blob/bd162be42b31a7b5f8ab3d2eebf874907ae637f6/app/assets/images/payment_icons/circlek.svg * 7-Eleven: https://github.com/activemerchant/payment_icons/blob/bd162be42b31a7b5f8ab3d2eebf874907ae637f6/app/assets/images/payment_icons/seveneleven.svg * UniPay: https://github.com/activemerchant/payment_icons/blob/999bafcb649005984c18f4e689fd5aa2e37818f7/app/assets/images/payment_icons/unipay.svg * Ministop: https://github.com/activemerchant/payment_icons/blob/bd162be42b31a7b5f8ab3d2eebf874907ae637f6/app/assets/images/payment_icons/ministop.svg * Sunkus: https://github.com/activemerchant/payment_icons/blob/bd162be42b31a7b5f8ab3d2eebf874907ae637f6/app/assets/images/payment_icons/sunkus.svg