.stickywidget.fixed-top {
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1010;
	height: fit-content;
}