چطور کاری کنیم تا تقویم وسط در وسط صفحه اصلی سایتمون باز بشه؟ #65
-
ایا این مسیر |
Beta Was this translation helpful? Give feedback.
Answered by
majidh1
Jun 24, 2023
Replies: 1 comment
-
سلام ممنون از مشارکت شما jdp-overlay{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.3);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
display: none;
}
jdp-container{
top: 50% !important;
left: 50% !important;
bottom: unset !important;
right: unset !important;
transform: translate(-50%,-50%) !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
majidh1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
سلام ممنون از مشارکت شما
میتونید از این کد استفاده کنید: