summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/ContactsList.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/css/ContactsList.scss b/css/ContactsList.scss
index 75ef932a..43e8f17c 100644
--- a/css/ContactsList.scss
+++ b/css/ContactsList.scss
@@ -33,17 +33,3 @@
border-radius: 50%;
opacity: 1;
}
-
-// Virtual scroller overrides
-.vue-recycle-scroller {
- position: sticky !important;
-}
-
-.vue-recycle-scroller__item-view {
- // TODO: find better solution?
- // https://github.com/Akryum/vue-virtual-scroller/issues/70
- // hack to not show the transition
- overflow: hidden;
- // same as app-content-list-item
- height: 68px;
-}