Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

alignment of popup box

More
6 years 8 months ago #178898 by KompetenzZ
Replied by KompetenzZ on topic alignment of popup box
Together we solved this problem, I adapted it a bit, thank you very much :)
Here is the custom.css code if anyone needs this:

Code:
@media (max-width: 768px) {
    .modal {
        position: fixed;
    top: 14px;
    bottom: auto;
 
    }
}
 
@media (max-width: 768px) {
    .modal-body {
        position: relative;
        padding: 12px;
        height: 52vh;
        overflow-y: scroll;
    }
}

Cheers kompetenzz
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose