diff --git a/src/index.css b/src/index.css index 094efd1..857404e 100755 --- a/src/index.css +++ b/src/index.css @@ -669,6 +669,7 @@ TODO: Responsive =========================== .nft-userprofile-wrapper .content-wrapper-profile-only .auth { margin-top: -70px; } + .react-date-picker__calendar {width: 290px;} } @media (max-width: 376px) { .notification-page .content-item .notifications { @@ -677,6 +678,7 @@ TODO: Responsive =========================== .notification-page .content-item .notifications .icon { @apply mb-2; } + } /* Calendar */ @@ -788,6 +790,7 @@ TODO: Responsive =========================== .dark .react-date-picker__button svg{stroke: #7B818D;} +.react-date-picker__calendar {inset: 100% 25px auto auto !important;} .react-date-picker__calendar .react-calendar{ min-height: 18.4rem; }