diff --git a/src/BIMDataComponents/BIMDataList/BIMDataList.vue b/src/BIMDataComponents/BIMDataList/BIMDataList.vue index 80b651de..79851907 100644 --- a/src/BIMDataComponents/BIMDataList/BIMDataList.vue +++ b/src/BIMDataComponents/BIMDataList/BIMDataList.vue @@ -91,7 +91,6 @@ export default { margin: 0; padding: 0; list-style: none; - border: 1px solid #ccc; width: 100%; height: 100%; @@ -100,19 +99,8 @@ export default { position: relative; &__element { - overflow: hidden; position: absolute; width: 100%; } - - &__placeholder { - background: repeating-linear-gradient( - #ffffff, - #ffffff calc(var(--bimdata-list--item-height, 30px) - 1px), - var(--color-silver, #000000) - calc(var(--bimdata-list--item-height, 30px) - 1px), - var(--color-silver, #000000) var(--bimdata-list--item-height, 30px) - ); - } } diff --git a/src/web/views/Components/List/List.vue b/src/web/views/Components/List/List.vue index d7badb92..1d3833c5 100644 --- a/src/web/views/Components/List/List.vue +++ b/src/web/views/Components/List/List.vue @@ -16,8 +16,8 @@ :itemHeight="+itemHeight" :offset="+offset" > -