﻿div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
