Skip to content

Commit 5d0341e

Browse files
committed
fix(ContactsList): not being visible on small screens
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
1 parent 8478d48 commit 5d0341e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/ContactsList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ export default {
398398
// Make virtual scroller scrollable
399399
.contacts-list {
400400
flex: 1 auto;
401+
contain: none !important;
401402
}
402403
403404
// Add empty header to contacts-list that solves overlapping of contacts with app-navigation-toogle

0 commit comments

Comments
 (0)