Skip to content

Commit

Permalink
use vw for top value for background to allow a dynamic position on wi…
Browse files Browse the repository at this point in the history
…ndow re-size - this prevents the bgImage from moving too low into the steps
  • Loading branch information
jsandland committed Dec 17, 2024
1 parent bfea683 commit e92dcd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ main .how-to-steps-accordion .steps-content {
main .how-to-steps-accordion .steps-content .steps-content-backg {
position: absolute;
width: 100%;
top: -140px;
top: -24vw;
z-index: -1;
height: 100%;
transform: scale(0.9);
Expand Down

0 comments on commit e92dcd3

Please sign in to comment.