Skip to content

Commit

Permalink
fixing anchor links on EDU Lesson pages (#699)
Browse files Browse the repository at this point in the history
* fixing anchor links on EDU Lesson pages

* changeset
  • Loading branch information
stephiescastle authored Nov 12, 2024
1 parent c06cf28 commit f750419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-apes-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@explorer-1/vue": patch
---

Fixing anchor link positioning on EDU Lesson pages.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const { heading, blocks, image, procedures, text } = reactive(props)
@return math.div($pxValue, 16) * 1rem;
}
.PageEduLessonSection {
@apply overflow-x-hidden;
.PageEduProcedureSection {
.PageEduProcedureSectionSteps {
counter-reset: step;
Expand Down

0 comments on commit f750419

Please sign in to comment.