Hi,
I am knew on this however I managed to get a sticky header by customizing CSS code as per below:
/*Sticky Header*/
.modal-header
{position:fixed;
left:0px;
top:0px;
right:0px;
}
#ttr_header_inner
{position:fixed;
left:0px;
top:0px;
right:0px;
}
This works well, but header is transparent.