summaryrefslogtreecommitdiffstats
path: root/css/ContactsList.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/ContactsList.scss')
-rw-r--r--css/ContactsList.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/ContactsList.scss b/css/ContactsList.scss
index 5a2e39bc..0851c447 100644
--- a/css/ContactsList.scss
+++ b/css/ContactsList.scss
@@ -36,11 +36,15 @@
// Virtual scroller overrides
-.vue-recycle-scroller{
+.vue-recycle-scroller {
position: sticky !important;
}
.vue-recycle-scroller__item-view {
// same as app-content-list-item
height: 68px;
+ // TODO: find better solution?
+ // https://github.com/Akryum/vue-virtual-scroller/issues/70
+ // hack to not show the transition
+ overflow: hidden;
} \ No newline at end of file