Hello;
i am using this code for sticky postbit, but it causes distortion in the marked area in the image, both in the normal view and in the mobile view. how can I do this properly?
Code:
Читать далее...
i am using this code for sticky postbit, but it causes distortion in the marked area in the image, both in the normal view and in the mobile view. how can I do this properly?
Code:
Код:
.message-user {
position: -webkit-sticky;
position: sticky;
top: 10px;
}
Читать далее...