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;
}
div:first-of-type {
overflow: scroll;
margin-top: 1rem;
}
.contact-list {
width: 100%;
border-collapse: collapse;
width: 100%;
& thead {
background-color: var(--primary);