summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/ContactsList.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/ContactsList.scss b/css/ContactsList.scss
index 676d4c64..30e603de 100644
--- a/css/ContactsList.scss
+++ b/css/ContactsList.scss
@@ -32,4 +32,15 @@
opacity: 0.6;
transform: rotate(180deg);
margin-top: 44px; // under the show navigation button
+}
+
+
+// Virtual scroller overrides
+.vue-recycle-scroller{
+ position: sticky !important;
+}
+
+.vue-recycle-scroller__item-view {
+ // same as app-content-list-item
+ height: 68px;
} \ No newline at end of file