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