Skip to content

Commit 6a8f6ed

Browse files
committed
fix: right sidebar nav
1 parent e61c62c commit 6a8f6ed

File tree

1 file changed

+1
-2
lines changed
  • .vitepress/theme/nativescript-theme

1 file changed

+1
-2
lines changed

.vitepress/theme/nativescript-theme/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6546,7 +6546,7 @@ var _hoisted_1$9 = /*#__PURE__*/ createVNode(
65466546
)
65476547

65486548
var _hoisted_2$8 = {
6549-
class: 'top-0 z-10 lg:sticky',
6549+
class: 'top-0 z-10 lg:sticky nav-bar',
65506550
}
65516551
var _hoisted_3$6 = {
65526552
class: 'pt-6 pb-6 bg-ns-blue',
@@ -8490,7 +8490,6 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
84908490
createVNode(
84918491
_component_Header,
84928492
{
8493-
class: 'nav-bar',
84948493
nav: _ctx.$themeConfig.nav,
84958494
mainURL: _ctx.$themeConfig.mainURL,
84968495
},

0 commit comments

Comments
 (0)