1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Ensure datepicker underlay does not exceed parent element size

This commit is contained in:
Andrew Kingston 2022-11-25 12:14:05 +00:00
parent 3e0211ed22
commit ece86ea1a8

View file

@ -260,6 +260,7 @@
width: 100vw;
height: 100vh;
z-index: 999;
max-height: 100%;
}
:global(.flatpickr-calendar) {
font-family: "Source Sans Pro", sans-serif;