Skip to content

Commit ea40f65

Browse files
authored
Merge pull request wesbos#110 from apopitich/fix-bg-attachment
fix background-attachment
2 parents 66ed54e + 0e16a0d commit ea40f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

21 - Geolocation/index-FINISHED.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="speed">
3232
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
3333
background-color:#282828;
3434
background-size:16px 16px;
35-
background-position: fixed;
35+
background-attachment: fixed;
3636
}
3737

3838
.arrow {

21 - Geolocation/index-START.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="speed">
3232
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
3333
background-color:#282828;
3434
background-size:16px 16px;
35-
background-position: fixed;
35+
background-attachment: fixed;
3636
}
3737

3838
.arrow {

0 commit comments

Comments
 (0)