Skip to content

Instantly share code, notes, and snippets.

@jan-koch
Created August 15, 2020 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jan-koch/671360fa99cc764234168bc376104f7e to your computer and use it in GitHub Desktop.
Save jan-koch/671360fa99cc764234168bc376104f7e to your computer and use it in GitHub Desktop.
CSS for Piccia's progress bar
.gf_progressbar {
margin-left: -40px;
}
.gf_progressbar .gf_progressbar_percentage > span {
position: absolute;
left: -40px;
top: -2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment