diff --git a/src/components/controlComponents/paneCapture.vue b/src/components/controlComponents/paneCapture.vue
index 0b184970..41460dcc 100644
--- a/src/components/controlComponents/paneCapture.vue
+++ b/src/components/controlComponents/paneCapture.vue
@@ -68,7 +68,7 @@
-
+
-
Notes
@@ -100,7 +100,7 @@
-
+
-
Stack and Scan
diff --git a/src/main.js b/src/main.js
index c9522d3a..567298e6 100644
--- a/src/main.js
+++ b/src/main.js
@@ -11,6 +11,16 @@ require("vue-tour/dist/vue-tour.css");
// Import MD icons
import "material-design-icons/iconfont/material-icons.css";
+// UIKit overrides
+UIkit.mixin(
+ {
+ data: {
+ animation: false
+ }
+ },
+ "accordion"
+);
+
// Use load-script module
Vue.use(LoadScript);