classcard-ui 0.2.701 → 0.2.702

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": "classcard-ui",
3
- "version": "0.2.701",
3
+ "version": "0.2.702",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -307,7 +307,7 @@ export default {
307
307
  await this.$nextTick();
308
308
  this.$refs[refName][0].scrollIntoView({
309
309
  behavior: "smooth",
310
- block: "start", //changed due to pop up issue in main menu
310
+ block: "nearest", //changed due to pop up issue in main menu
311
311
  });
312
312
  },
313
313
  },