Adjusting media query for modal
This commit is contained in:
parent
9702099002
commit
5d5fe139c3
|
|
@ -37,7 +37,7 @@ body {
|
|||
max-height: 340px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-height: 500px) {
|
||||
@media screen and (max-height: 520px) {
|
||||
.modal-body {
|
||||
max-height: 260px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue