From 3f27e5b7750a4c1f8b3fd6a2a630424571514fea Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 20 Apr 2015 11:56:30 -0400 Subject: [PATCH] (css) Dirty fix for vs-repeat damages --- .../scss/components/autoScrollList/autoScrollList.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/scss/components/autoScrollList/autoScrollList.scss b/UI/WebServerResources/scss/components/autoScrollList/autoScrollList.scss index 795469576..d4b813284 100644 --- a/UI/WebServerResources/scss/components/autoScrollList/autoScrollList.scss +++ b/UI/WebServerResources/scss/components/autoScrollList/autoScrollList.scss @@ -1,4 +1,4 @@ -/// autoScrollList.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*- +/// autoScrollList.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*- @import 'extends'; // The only selector for vs-repeat lists is this id, we use attributes selector to @@ -13,6 +13,10 @@ [id='contactsList'] { border-top: 44px solid transparent; // padding for the header.subheader, border-bottom: 2px solid transparent; //close to a hack + md-list-item { + // dirty fix for vs-repeat damages + position: absolute; + } // In use in MAILER messages list but re-usable // --------------------------------------------