sticky postbit

  1. BassMan

    [cXF] Sticky Postbit

    To have a sticky postbit like this: Add this code to your extra.less template: /* [cXF] Sticky Postbit */ @media (min-width: @xf-responsiveMedium) { .message-user { position: sticky; top: 37px; .message-userArrow { right: -11px; } } }...
  2. hakyangler

    Sticky Postbit

    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; }
Back
Top Bottom