- Sep 11, 2021
- 10,629
- 3,652
- $16,640
merci à membre cher @hargravesubmitted un nouveau ressource: Sticky Postbit-Pour avoir un billet de bas de page collé
Read more about this resource...Pour avoir un postbit collé comme celui-ci :
Afficher la pièce jointe 87285
AJUSTEZ LA VALEUR SUPRISE AVEC VOS NEEDS.Code:/* Sticky Postbit */ @media (min-width: @xf-responsiveMedium) { .message-user { position: -webkit-sticky; position: sticky; top: 37px; .message-userArrow { right: -11px; } } } /**********/