8 lines
154 B
SCSS
8 lines
154 B
SCSS
// The lit-flatpickr element itself is hidden as we only want the popup
|
|
// calender.
|
|
lit-flatpickr {
|
|
visibility: hidden;
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|