OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <style> | 2 <style> |
3 .background-attachment-fixed { | 3 .background-attachment-fixed { |
4 background-image: url("white-1x1.png"); | 4 background-image: url("white-1x1.png"); |
5 background-attachment: fixed; | 5 background-attachment: fixed; |
6 height: 2000px; | |
7 } | 6 } |
8 </style> | 7 </style> |
9 | 8 |
10 <div id="scrollable" style="will-change:transform;" class="background-attachment -fixed" /> | 9 <div id="scrollable" style="will-change:transform; height: 2000px;" class="backg round-attachment-fixed" /> |
OLD | NEW |