aloha-vue 1.2.184 → 1.2.186

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
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.184",
17
+ "version": "1.2.186",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -36,7 +36,7 @@ export default function ScrollControlAPI(props, { emit }, {
36
36
  const resizeTimeout = ref(undefined);
37
37
  const tableWidth = ref(undefined);
38
38
  let changingTableWidth = false;
39
- const delta = 18; // approx scrollbar width
39
+ const delta = 20; // approx scrollbar width + 2px for <tr> border
40
40
 
41
41
  const columnActionsWidthMinLocal = computed(() => {
42
42
  if (isActionColumnVisible.value) {