Why I cannot make this part of my website sticky? in Customize with code Posted December 5, 2021 Site URL: https://www.chenluwang.me/dreaming-elf Hi I would like to keep this part sticky when I scroll the screen, I used this code but it could not work at all. Thanks a lot! @media screen { #block-yui_3_17_2_1_1638743045081_250450 .sqs-block-content{ position: sticky; position: -webkit-sticky; top: 100px; } }
Why I cannot make this part of my website sticky?
in Customize with code
Posted
Site URL: https://www.chenluwang.me/dreaming-elf
Hi I would like to keep this part sticky when I scroll the screen, I used this code but it could not work at all. Thanks a lot!
@media screen { #block-yui_3_17_2_1_1638743045081_250450 .sqs-block-content{ position: sticky; position: -webkit-sticky; top: 100px; } }