Skip to content

Commit

Permalink
applying issue forestryio#49 fix from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbartley committed Oct 8, 2020
1 parent f994519 commit 6f130b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions assets/scss/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}

.article-hero-image{
position: absolute;
position: relative;
z-index: 1;
width: 100%;
max-width: 944px;
Expand All @@ -149,7 +149,6 @@

img{
width: 100%;
max-height: 50vh;
}

/*DESKTOP MEDIUM*/
Expand Down
6 changes: 3 additions & 3 deletions assets/scss/progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
display: -ms-flexbox;
display: flex;
margin: 0 auto;
max-width: 1140px;
max-width: 20px;
z-index: 0;
position: -webkit-sticky;
position: sticky;
position: -webkit-fixed;
position: fixed;
top: 30%;
-webkit-animation-name: progress-fade-in;
animation-name: progress-fade-in;
Expand Down

0 comments on commit 6f130b5

Please sign in to comment.