@eclass/ui-kit 1.51.19 → 1.51.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35624,7 +35624,7 @@ const CalendarDropdownContainer = ({
35624
35624
  borderWidth: "0 11px 10px 11px",
35625
35625
  top: isMobile ? "30px" : "30px",
35626
35626
  right: isMobile ? "3px" : "15px",
35627
- display: isMenuOpen && !isMobile ? "block" : "none",
35627
+ display: isMenuOpen ? "block" : "none",
35628
35628
  transform: isMobile ? "none" : "translateX(50%)"
35629
35629
  },
35630
35630
  "&.hasNew::before": {