Skip to content

Commit

Permalink
Enable progress bar by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat authored and alackles committed Feb 9, 2023
1 parent 5aac8ec commit 23d4e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ enable_navbar_social: false # enables displaying social links in the
enable_project_categories: true # enables categorization of projects into
# multiple categories
enable_medium_zoom: true # enables image zoom feature (as on medium.com)
enable_progressbar: false # enables a horizontal progress bar linked to the vertical scroll position
enable_progressbar: true # enables a horizontal progress bar linked to the vertical scroll position

# -----------------------------------------------------------------------------
# Library versions
Expand Down
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ progress {

/* Dimensions */
width: 100%;
height: 5px;
height: 1px;

/* Reset the appearance */
-webkit-appearance: none;
Expand Down

0 comments on commit 23d4e78

Please sign in to comment.