diff --git a/theme/src/client/components/Nav/VPNavBar.vue b/theme/src/client/components/Nav/VPNavBar.vue index 1faf3b8c..26c8194e 100644 --- a/theme/src/client/components/Nav/VPNavBar.vue +++ b/theme/src/client/components/Nav/VPNavBar.vue @@ -86,7 +86,6 @@ watchPostEffect(() => { .vp-navbar.screen-open { background-color: var(--vp-nav-bg-color); border-bottom: 1px solid var(--vp-c-divider); - transition: none; } .vp-navbar:not(.home) {