Skip to content

Commit 8ccdf8d

Browse files
author
donghwi park
committed
Nav bar fix on top
1 parent b3c5e8a commit 8ccdf8d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,5 @@
4949
"last 1 firefox version",
5050
"last 1 safari version"
5151
]
52-
},
53-
"dependencies": {
54-
"docusaurus": "^1.14.7"
5552
}
5653
}

src/theme/Navbar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function Navbar() {
135135
ref={navbarRef}
136136
className={classnames('navbar', 'navbar--light', 'navbar--fixed-top', {
137137
[styles.navbarHideable]: hideOnScroll,
138-
[styles.navbarHidden]: !isNavbarVisible,
138+
[styles.navbarHidden]: isNavbarVisible,
139139
})}>
140140
<div className="navbar__inner">
141141
<div className="navbar__items">

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy