From a9fca4431b8d46d7566f1a402320d261d3b8b8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 10 Jun 2019 15:39:24 +0200 Subject: Fix ghost contact when scrolling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/ContactsList.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'css') 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 -- cgit v1.2.3