fix(contacts): adjust overflow properties for contacts table wrap
This commit is contained in:
parent
90a6496c48
commit
6f8a0b7b8e
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user