XDinc
Well-known member
XDinc submitted a new resource:
Sticky Votes - Sticky vote block for Question and Suggestion forum types.
Read more about this resource...
Sticky Votes - Sticky vote block for Question and Suggestion forum types.
Just add following code to extra.less template;
Code:@media (min-width: {{ property('responsiveMedium') + 1 }}px ) { .block { .message { .message-inner { .message-cell--vote { .message-column, .contentVote { position: -webkit-sticky; position: sticky; top: @header-navHeight + @xf-messagePaddingSmall; } }...
Read more about this resource...