From 6f8a0b7b8e7737fd49c847db637d0eab002e1b61 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 4 May 2026 16:56:05 +0200 Subject: [PATCH] fix(contacts): adjust overflow properties for contacts table wrap --- app/contacts/frontend/contacts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {