accourse stickyNav: insert a component, replace deprecated anchor name by id

This commit is contained in:
2021-09-23 16:20:33 +02:00
parent ee3776288b
commit f93c13234a
13 changed files with 37 additions and 37 deletions

View File

@@ -80,7 +80,7 @@ export default {
left: -22px;
top: 4px;
}
a[name^="section"] {
a[id^="section"] {
position: absolute;
top: -2.5em; // reference for stickNav
}