irfanpule / django-form-surveys

Django form survey is an application Django to easier create form survey and easy integrated for your project.
MIT License
53 stars 18 forks source link

Datefield and large surveys #74

Closed MartinK84 closed 7 months ago

MartinK84 commented 7 months ago

There is a gray/blue line across the page whenever using a DateField question in a survey that extends across the page vertically.

I tried to debug it and find the source and it appears to be coming from a div right below the input field of the date picker component. I tried to go through the templates but could not find the div anywhere, so I assume it's coming from Tailwind. Since I'm not a css/js developer I unfortunately failed to investigate this further.

image

image

irfanpule commented 7 months ago

Thank for your report. I will try resolve this