.sf-datepicker.sf-popup {
  display: flex;
  box-shadow: var(--sf-elevation-3);
  border-radius: var(--sf-spacing-8);
  overflow-y: hidden;
  pointer-events: auto;
}
.sf-picker-popup {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.sf-picker-popup .sf-overlay {
  position: absolute;
}