diff --git a/app/templates/contacts_base.html b/app/templates/contacts_base.html
index ea119ef..fe7ed6a 100644
--- a/app/templates/contacts_base.html
+++ b/app/templates/contacts_base.html
@@ -216,7 +216,7 @@
/* NEW: Full-screen lists for dedicated pages */
.contacts-list-fullscreen {
- height: calc(100vh - 200px);
+ height: calc(100vh - 300px);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 0;
@@ -332,7 +332,7 @@
}
.contacts-list-fullscreen {
- height: calc(100vh - 150px);
+ height: calc(100vh - 340px);
}
.filter-sort-toolbar {