diff --git a/components/EntityList.vue b/components/EntityList.vue index 7ebd4ce..996ebe4 100644 --- a/components/EntityList.vue +++ b/components/EntityList.vue @@ -115,6 +115,9 @@ const filteredRows = computed(() => { @click="router.push(`/mobile/standardEntity/${type}/create`)" /> + @@ -36,6 +42,6 @@ const emit = defineEmits(['click']) #fab { position: fixed; right: 15px; - bottom: 10vh; + z-index: 5; } \ No newline at end of file diff --git a/layouts/mobile.vue b/layouts/mobile.vue index 1295e30..4897bc6 100644 --- a/layouts/mobile.vue +++ b/layouts/mobile.vue @@ -148,7 +148,7 @@ const footerLinks = [/*{ -
+
a { diff --git a/pages/workingtimes/index.vue b/pages/workingtimes/index.vue index e716dc1..6839146 100644 --- a/pages/workingtimes/index.vue +++ b/pages/workingtimes/index.vue @@ -1,6 +1,9 @@