Skip to content

Commit

Permalink
fix(clayui.com): CSS Popover, Tooltip navigation should scroll to htm…
Browse files Browse the repository at this point in the history
…l fragment id

issue #2814
  • Loading branch information
pat270 committed Jan 24, 2020
1 parent 94e34f3 commit c5ea09b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions clayui.com/content/docs/components/css-popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: 'Popovers contain helpful information such as an explanation of a c
<div class="nav-toc-absolute">
<div class="nav-toc">

- [Position](#popover-position)
- [Top](#popover-top)
- [Right](#popover-right)
- [Bottom](#popover-bottom)
- [Left](#popover-left)
- [Position](#position)
- [Top](#top)
- [Right](#right)
- [Bottom](#bottom)
- [Left](#left)

</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions clayui.com/content/docs/components/css-tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: 'Tooltips are brief pieces of information that appear on hover stat
<div class="nav-toc-absolute">
<div class="nav-toc">

- [Position](#tooltip-position)
- [Top](#tooltip-top)
- [Right](#tooltip-right)
- [Bottom](#tooltip-bottom)
- [Left](#tooltip-left)
- [Position](#position)
- [Top](#top)
- [Right](#right)
- [Bottom](#bottom)
- [Left](#left)

</div>
</div>
Expand Down

0 comments on commit c5ea09b

Please sign in to comment.