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?
.message-user {
position: -webkit-sticky;
position: sticky;
top: 10px;
}