aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/category/[id].vue2
-rw-r--r--pages/quest/[id].vue2
2 files changed, 4 insertions, 0 deletions
diff --git a/pages/category/[id].vue b/pages/category/[id].vue
index a16df59..3570a15 100644
--- a/pages/category/[id].vue
+++ b/pages/category/[id].vue
@@ -44,6 +44,8 @@ const categoryName = sessionStore.getCategoryById(categoryId)?.display.name;
align-items: left;
justify-content: space-between;
gap: 1rem;
+ position: relative;
+ z-index: 0;
#path {
font-size: 1.2rem;
diff --git a/pages/quest/[id].vue b/pages/quest/[id].vue
index 6695f69..ad8ef4c 100644
--- a/pages/quest/[id].vue
+++ b/pages/quest/[id].vue
@@ -92,6 +92,8 @@ const duplicateQuest = (oldId: string, newId: string) => {
align-items: left;
justify-content: space-between;
gap: 1rem;
+ position: relative;
+ z-index: 0;
#path {
font-size: 1.2rem;