diff --git a/app/templates/contacts_base.html b/app/templates/contacts_base.html
index 1e1561d..26ff784 100644
--- a/app/templates/contacts_base.html
+++ b/app/templates/contacts_base.html
@@ -182,7 +182,7 @@
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
- max-height: calc(100vh - 400px);
+ max-height: calc(100vh - 240px);
min-height: 300px;
}
@@ -328,7 +328,7 @@
/* Mobile responsiveness */
@media (max-width: 768px) {
#existingList {
- max-height: calc(100vh - 450px);
+ max-height: calc(100vh - 280px);
}
.contacts-list-fullscreen {