Anyone have code that will locate the progress bar at a fixed point on the screen so it doesn't scroll out of view on a page with serial questions? Thanks.
Page 1 / 1
Hi,
just add the code below to your custom css
.Skin #ProgressBar {
font-size: 16px;
position: sticky;
z-index: 100;
top: 0px;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.