ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,317
- Points
- 823
Reputation:
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:
Continue reading...
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...