Skip to content

Commit

Permalink
Rollback sticky header positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Dec 30, 2023
1 parent cb36576 commit 97f85ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lindsvg-pwa",
"private": true,
"version": "2.3.5",
"version": "2.3.6",
"type": "module",
"scripts": {
"lint": "eslint \"src/**/*.{mjs,vue}\"",
Expand Down
4 changes: 2 additions & 2 deletions src/components/PanelCollections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ function copyPermalink(cid, lid) {
.collectionName {
background: var(--color-surface);
box-shadow: 0 4px 7px 2px var(--color-surface);
box-shadow: 0 4px 7px 2px var(--color-surface), 0 -4px 7px 2px var(--color-surface);
margin-block: 0 8px;
padding-block: 13px 5px;
position: sticky;
top: -1px;
top: 0;
z-index: 1;
}
Expand Down

0 comments on commit 97f85ed

Please sign in to comment.