- Beiträge: 153
- Dank erhalten: 8
alignment of popup box
- KompetenzZ
-
Autor
- Offline
- Expert Lime
-
Weniger
Mehr
11 Monate 4 Tage her #178898
von KompetenzZ
Cheers kompetenzz
KompetenzZ antwortete auf 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:

Here is the custom.css code if anyone needs this:
@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
Bitte Anmelden oder Registrieren um der Konversation beizutreten.