Skip to content

Commit

Permalink
fix: Article header overlay submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Feb 6, 2020
1 parent 8302d30 commit 0162383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/css/_common/components/header/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if (hexo-config('header.nav.height') && match('%', hexo-config('header.nav.heigh
}

&-nav {
position: relative;
top: 0;
left: 0;
z-index: $z-index1;
Expand Down Expand Up @@ -61,7 +62,6 @@ if (hexo-config('header.nav.height') && match('%', hexo-config('header.nav.heigh
}

&-inner {
position: relative;
margin: 0 auto;
padding: convert(hexo-config('layout.main_padding.default') || '20px');
padding-top: 0 !important;
Expand Down

0 comments on commit 0162383

Please sign in to comment.