diff --git a/app/contacts/frontend/contacts.html b/app/contacts/frontend/contacts.html
index 706b593..1f1d3d6 100644
--- a/app/contacts/frontend/contacts.html
+++ b/app/contacts/frontend/contacts.html
@@ -160,8 +160,8 @@
.contacts-table-wrap {
border: 1px solid rgba(15, 76, 117, 0.12);
border-radius: 12px;
- max-height: min(68vh, 780px);
- overflow: auto;
+ overflow-x: auto;
+ overflow-y: visible;
}
.contacts-table {