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 472c7bbd74
commit fa21a91301
1 changed files with 1 additions and 0 deletions

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;