steirico / kirby-plugin-custom-add-fields

Custom fields for Kirby's add dialog.
MIT License
36 stars 4 forks source link

Datepicker is cut off by modal when date-field width is set below 2/3 #56

Closed hariom147 closed 2 years ago

hariom147 commented 2 years ago

This seems to be because the date picker is aligned to the end of the field. width: 1/2 Bildschirmfoto 2021-12-03 um 17 10 21

steirico commented 2 years ago

I guess this is related or caused by this issue. That may be a route you could go for investigating the real cause the problem

hariom147 commented 2 years ago

I can see, thanks 🙂

steirico commented 2 years ago

Not sure if other CSS/plugins might mess something up here.

Using your reported addFields in #55 and changing the width of date to 1/3 looks as follow in my setup:

image