fix: add scroll to table for overflow

This commit is contained in:
2025-12-22 21:54:13 -03:00
parent 7b4c95678e
commit ed3d749ba4

View File

@@ -2,12 +2,12 @@
overflow: auto; overflow: auto;
} }
div:first-of-type { div:first-of-type {
overflow: scroll;
margin-top: 1rem; margin-top: 1rem;
} }
.contact-list { .contact-list {
width: 100%;
border-collapse: collapse; border-collapse: collapse;
width: 100%;
& thead { & thead {
background-color: var(--primary); background-color: var(--primary);