Skip to content

Commit

Permalink
🐛 Fix: 图片 z-index 超出移动端导航栏
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCoke233 committed Sep 25, 2022
1 parent fb08be2 commit 70d96cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/matcha/matcha.page.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

.small-header {
padding: 1em .5em;
border-bottom: 2px solid var(--theme-color)
border-bottom: 2px solid var(--theme-color);
}
.header:not(.ins-search *) {
padding-top: 40px;
Expand Down Expand Up @@ -314,7 +314,7 @@
top: 0;
left: 0;
right: 0;
z-index:80;
z-index: 998;
background: rgba(253,253,253,.7);
backdrop-filter: blur(1em);
-webkit-backdrop-filter: blur(1em)
Expand Down

0 comments on commit 70d96cc

Please sign in to comment.