Skip to content

Commit

Permalink
Attempt to fix sticky header
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Dec 30, 2023
1 parent 0d9b3a9 commit 91b3a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PanelCollections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function copyPermalink(cid, lid) {
margin-block: 0 8px;
padding-block: 13px 5px;
position: sticky;
top: 0;
top: -1px;
z-index: 1;
}
Expand Down

0 comments on commit 91b3a07

Please sign in to comment.