fix(contacts): adjust overflow properties for contacts table wrap

This commit is contained in:
Christian 2026-05-04 16:56:05 +02:00
parent 90a6496c48
commit 6f8a0b7b8e

View File

@ -160,8 +160,8 @@
.contacts-table-wrap { .contacts-table-wrap {
border: 1px solid rgba(15, 76, 117, 0.12); border: 1px solid rgba(15, 76, 117, 0.12);
border-radius: 12px; border-radius: 12px;
max-height: min(68vh, 780px); overflow-x: auto;
overflow: auto; overflow-y: visible;
} }
.contacts-table { .contacts-table {