maxg / handx

Markdown handouts + exercises
Other
2 stars 2 forks source link

jump links for pull-margin elements #24

Closed rcmiller closed 6 years ago

rcmiller commented 6 years ago

for elements with class pull-margin (margin-right:-25%, position:relative):

For examples, see classes/16-recursive-data-types/handout/recursive/index.html#@interface_declares_generic classes/16-recursive-data-types/handout/recursive/index.html#@signature_empty_uses

maxg commented 6 years ago

Issue is that .pull-margin and variants have position: relative. Need to determine what removing that will break.