Skip to content

Commit

Permalink
Make opacity controller sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
nirupam.biswas committed Jan 31, 2024
1 parent 249c3ce commit 2e70346
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sass/globals/_grid.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Grid customisation
.grid-result {
padding-top: 0;
overflow-y: auto;
overflow: unset;
}

@media (min-width: 1550px) {
Expand Down
7 changes: 7 additions & 0 deletions sass/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@
padding: 20px;
color: $red;
}

#waterfallContent {
position: sticky;
top: 10px;
background: wheat;
z-index: 100;
}

0 comments on commit 2e70346

Please sign in to comment.