fix: add scroll to table for overflow
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user