Forum Discussion
keithkelly
2 years agoLeader
✅UPDATE / FIX:
With some simple CSS I was able to de-scrunch our pretty-stock Private Messages page AND get rid of the triple-nested-scrollbar:
In page/_private-notes-page.scss:
.PrivateNotesPage{
.lia-private-notes-page{
.lia-quilt-row-main>.lia-quilt-column {
height: auto; /* say no to boundaries */
}
.lia-notes-thread-list {
margin-bottom: 40px; /* pm list has a personal bubble */
}
}
.lia-content>.lia-top-quilt{
.lia-quilt-row-main {
min-height:400px; /* avoid awkwardness */
height: auto !important; /* fix mobile message list */
}
.lia-quilt-row-footer {
border-top: 0px none; /* there's prob a better fix */
}
}
}
Related Content
- 2 years ago
- 4 years ago
- 11 months ago
- 2 years ago