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;
}
}