Viewing 1 replies (of 1 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @pablodiloreto,

    Thank you for writing in,

    Could you please go to your dashboard >> appearance>> customize >> additional CSS and add the following CSS code to fix your issue.

    @-moz-document url-prefix() {
    .flatpickr-current-month {
        position: relative;
    }
    .flatpickr-current-month .numInputWrapper{
        position: absolute;
        top: 8px;
        right: 30px;
    }
    }

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Date Picker error in Firefox’ is closed to new replies.