Skip to content

Commit

Permalink
fix: remove sticky journal title
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Feb 17, 2022
1 parent eb49b9b commit 48c6727
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,3 @@
font-size: 0.875rem;
font-weight: 500;
}

#journals > div > div > div > div.flex.flex-col > div.content {
position: sticky;
top: 40px;
z-index: 1;

.journal-title > h1 {
backdrop-filter: blur(5px);
border-radius: 4px;
}
}

0 comments on commit 48c6727

Please sign in to comment.