u3a-siteworks-development / u3a-siteworks-theme

The u3a siteworks theme
GNU General Public License v2.0
1 stars 0 forks source link

Make scrolling smooth when jumping to a link further down the page #7

Closed mike99christie closed 6 months ago

mike99christie commented 7 months ago

Occasionally a u3a may tag a block with an "HTML ANCHOR" and then this can be used as link elsewhere on the page. When clicking the browser will either jump to the marked tag or scroll smoothly down, which I think is preferable. The following css achieves this. html { scroll-behavior: smooth;} How about adding it to the theme's css file?

CamillaJordan commented 7 months ago

I actually prefer the jump - particularly if it is far down the page but it is not a big issue as far as I am concerned.

mike99christie commented 6 months ago

We have decided not to implement this.