Skip to content

Commit

Permalink
Make stash preview item visible regardless of scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
crunchyintheory committed Nov 25, 2024
1 parent 0b3d827 commit cd82edc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/page-stash/page-stash.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
background-color: rgba(0,0,0,0.8);
border-top: 1px solid $secondary;
border-bottom: 1px solid $secondary;
padding: 30px 30px;
display: flex;
justify-content: center;
padding: 80px 30px 30px 30px;

#main-renderer {
position: sticky;
top: 80px;
}
}

.stash-items {
Expand Down

0 comments on commit cd82edc

Please sign in to comment.