Ensure datepicker underlay does not exceed parent element size
This commit is contained in:
parent
3e0211ed22
commit
ece86ea1a8
|
@ -260,6 +260,7 @@
|
|||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 999;
|
||||
max-height: 100%;
|
||||
}
|
||||
:global(.flatpickr-calendar) {
|
||||
font-family: "Source Sans Pro", sans-serif;
|
||||
|
|
Loading…
Reference in New Issue