Skip to content

چطور کاری کنیم تا تقویم وسط در وسط صفحه اصلی سایتمون باز بشه؟ #65

Closed Answered by majidh1
Creativeart455 asked this question in Question
Discussion options

You must be logged in to vote

سلام ممنون از مشارکت شما
میتونید از این کد استفاده کنید:

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;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by majidh1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants