Preview:
    $(document).scroll(function(){

      if (window.matchMedia("(max-width: 767px)").matches){
        $(".glossary-posting-right-wrapper").css({"margin-left": "","position":"","width":""});

      }
      else{
        if($(window).scrollTop()<=553){
          $(".glossary-posting-right-wrapper").css({"margin-top":$(window).scrollTop()});
        } 
      }
    });
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter