diff --git a/app/templates/contacts_base.html b/app/templates/contacts_base.html
index 26ff784..4797235 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 - 240px);
+ height: calc(100vh - 260px);
min-height: 300px;
}
@@ -328,11 +328,11 @@
/* Mobile responsiveness */
@media (max-width: 768px) {
#existingList {
- max-height: calc(100vh - 280px);
+ height: calc(100vh - 300px);
}
.contacts-list-fullscreen {
- height: calc(100vh - 280px);
+ height: calc(100vh - 300px);
}
.filter-sort-toolbar {