diff --git a/app/templates/contacts_base.html b/app/templates/contacts_base.html index fe7ed6a..1e1561d 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 - 300px); + height: calc(100vh - 240px); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 0; @@ -332,7 +332,7 @@ } .contacts-list-fullscreen { - height: calc(100vh - 340px); + height: calc(100vh - 280px); } .filter-sort-toolbar {