Skip to content

Commit

Permalink
Fix sticky bit not being sticky
Browse files Browse the repository at this point in the history
The article progress indicator is supposed to be sticky. The positioning got broken by some overflow on the page.
  • Loading branch information
RoyEJohnson committed Oct 29, 2024
1 parent b7986ce commit 49e8101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/blog/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
background-color: ui-color(white);
justify-items: center;
width: 100%;
overflow: clip;

section {
width: 100%;
Expand Down

0 comments on commit 49e8101

Please sign in to comment.