Error with inputs date in firefox

0

I have the following html:

<input type="date" name="fecha_fin" value=""></p>

In chrome it works well:

But in firefox I have this error:

As you can see, firefox places a calendar in front of my calendar. How can i fix this? Is there any way to block the firefox calendar? Is it an error in my configuration?

    
asked by Alberto Mier 08.01.2018 в 08:21
source

1 answer

0

to force the firefox browser to use your styles have you tried in your css add the word !important for all the selectors that refer to your calendar?

    
answered by 08.01.2018 в 10:42