Skip to content

Commit

Permalink
Comment out undefinted variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Apr 26, 2024
1 parent 8196fa3 commit 987aefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/theme-css/pst/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pre {

// the back to top btn
#pst-back-to-top {
z-index: $zindex-tooltip;
// z-index: $zindex-tooltip;
position: fixed;
display: none;
top: 90vh;
Expand Down

0 comments on commit 987aefa

Please sign in to comment.