XenForo Sticky Postbit

H

hakyangler

Guest
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:

Code:
.message-user {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

Continue reading...