diff --git a/index.html b/index.html
index f86f662..e9c4bd7 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
Header
diff --git a/src/app-mobile.styl b/src/app-mobile.styl
index b2fc10a..eab0cf6 100644
--- a/src/app-mobile.styl
+++ b/src/app-mobile.styl
@@ -72,7 +72,7 @@ footer {
}
}
-body {
+html {
/* Avoids overflow */
-webkit-overflow-scrolling: none;
overscroll-behavior: none;
diff --git a/src/app.vue b/src/app.vue
index 7c478ae..0c5bb7a 100644
--- a/src/app.vue
+++ b/src/app.vue
@@ -3,8 +3,7 @@ import { useLocalStorage } from '@vueuse/core'
import { computed, onMounted, ref } from 'vue'
import { last, sortedOrderby } from 'zeed'
import pkg from '../package.json'
-import OuiMobile from './oui-mobile.vue'
-import { OuiButton, OuiCheckbox, OuiNotice, OuiResizeable, OuiText, OuiTooltipActivator } from '@/lib'
+import { OuiButton, OuiCheckbox, OuiMobileActivator, OuiNotice, OuiResizeable, OuiText, OuiTooltipActivator } from '@/lib'
import './app.styl'
@@ -141,5 +140,5 @@ function toggleDark() {
-
+