@itfin/components 2.0.73 → 2.0.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itfin/components",
3
- "version": "2.0.73",
3
+ "version": "2.0.74",
4
4
  "author": "Vitalii Savchuk <esvit666@gmail.com>",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -25,6 +25,7 @@ $max-height: $vs-dropdown-max-height;
25
25
  min-width: $min-width;
26
26
  text-align: left;
27
27
  list-style: none;
28
+ background-color: $bg-color;
28
29
  }
29
30
 
30
31
  .vs__no-options {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div v-loading="loading" class="px-3 pt-2 h-100 d-flex flex-column">
2
+ <div v-loading="loading" class="px-3 pt-2 h-100 d-flex flex-column itf-append-context">
3
3
  <itf-form
4
4
  ref="editForm"
5
5
  class="d-flex flex-column justify-content-between flex-grow-1"
@@ -30,6 +30,7 @@ export default {
30
30
  width: width + 'px',
31
31
  left: left + 'px',
32
32
  top: (top + height) + 'px',
33
+ root: rootEl
33
34
  });
34
35
  }
35
36