clerk
clerk copied to clipboard
In-page navigation (scrolling) for ClojureScript SPAs.
Results
2
clerk issues
Sort by
recently updated
recently updated
newest added
Please consider only modifying the history state and not completely overwriting it. ~~I haven't tested it but~~[1] changing this line: https://github.com/PEZ/clerk/blob/a78d3bde860749c9f2f694d296e73e55cf0c834f/src/clerk/core.cljs#L125 to: `state (assoc (js->clj (get-history-state)) :scroll-top scroll-top)]` should make...
It currently only works on the full element. In my website, I have a top panel which is always visible and the scroll area is below it. It would be...