Skip to content

Commit

Permalink
Fix missing headers within tabs (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
danny8376 authored Oct 23, 2024
1 parent fea3671 commit 42aeda8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = {
[ 'link', { rel: 'mask-icon', color: '#2E3440', href: '/assets/favicon/safari-pinned-tab.svg' } ],
[ 'link', { rel: 'shortcut icon', href: '/assets/favicon/favicon.ico' } ],
[ 'link', { rel: 'stylesheet', href: 'https://use.fontawesome.com/releases/v5.6.1/css/all.css' } ],
[ 'link', { rel: 'stylesheet', href: '/assets/stylesheet/style-override.css' } ],
[ 'meta', { name: 'msapplication-TileColor', content: '#2E3440' } ],
[ 'meta', { name: 'msapplication-TileImage', content: '/assets/favicon/mstile-144x144.png' } ],
[ 'meta', { name: 'msapplication-config', content: '/assets/favicon/browserconfig.xml' } ],
Expand Down
4 changes: 4 additions & 0 deletions docs/.vuepress/public/assets/stylesheet/style-override.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.tab-container .tab .header-anchor {
display: inherit;
pointer-events: none;
}

0 comments on commit 42aeda8

Please sign in to comment.