Skip to content

Commit

Permalink
Update _sidebar.scss
Browse files Browse the repository at this point in the history
trying the fix from academicpages#221 to see if I can get my toc displaying properly
  • Loading branch information
dmavrides authored Nov 3, 2022
1 parent f34d81f commit 5c84925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
position: absolute;
top: -11px;
left: calc(50% - 10px);
width: 0;
// width: 0;
border-style: solid;
border-width: 0 10px 10px;
border-color: $border-color transparent;
Expand All @@ -205,7 +205,7 @@
position: absolute;
top: -10px;
left: calc(50% - 10px);
width: 0;
// width: 0;
border-style: solid;
border-width: 0 10px 10px;
border-color: #fff transparent;
Expand Down

0 comments on commit 5c84925

Please sign in to comment.