+
TOP
diff --git a/theme/src/client/components/Nav/VPNav.vue b/theme/src/client/components/Nav/VPNav.vue
index fd65ab57..43d6a1ff 100644
--- a/theme/src/client/components/Nav/VPNav.vue
+++ b/theme/src/client/components/Nav/VPNav.vue
@@ -10,7 +10,7 @@ const { page, frontmatter } = useData()
const { isScreenOpen, closeScreen, toggleScreen } = useNav()
-const fixedInclude = ['blog', 'friends', 'blog-archives', 'blog-tags']
+const fixedInclude = ['blog', 'friends', 'blog-archives', 'blog-tags', 'blog-categories']
const fixed = computed(() => {
return fixedInclude.includes(page.value.type as string)
diff --git a/theme/src/client/components/Nav/VPNavScreen.vue b/theme/src/client/components/Nav/VPNavScreen.vue
index be00b6a7..a96d6933 100644
--- a/theme/src/client/components/Nav/VPNavScreen.vue
+++ b/theme/src/client/components/Nav/VPNavScreen.vue
@@ -35,7 +35,7 @@ const isLocked = useScrollLock(inBrowser ? document.body : null)