Skip to content

Commit

Permalink
Fixed Logo z-index issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnwise committed Jan 2, 2024
1 parent 61f5e12 commit 1e5a45b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .vitepress/theme/style/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,12 @@
--vp-z-index-sidebar: 60;
}

@media (min-width: 960px) {
:root {
--vp-z-index-sidebar: 25;
}
}

/**
* Icons
* -------------------------------------------------------------------------- */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"autoprefixer": "^10.4.13",
"fuse.js": "^7.0.0",
"highlight.js": "^11.9.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-footnote": "^3",
"open-graph-scraper": "^6.3.2",
"postcss": "^8.4.19",
"tailwindcss": "^3.3.7",
Expand Down

0 comments on commit 1e5a45b

Please sign in to comment.