You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f6b731d introduced a `href` attribute
on the anchors used as Bootstrap tabs.
As there is nothing in JS preventing the default click action, this
causes this page to scroll to top (sorry).
A simple fix would be to use `@onclick.prevent` with AlpineJS, but a
cleaner fix is to use button elements. Using anchors as tabs does not
really make sense here as users don't need to drag&drop the anchor.
0 commit comments