I was trying to make a “Jump to…” button. Is there an easy way to style a single-button navbar to match the default st.button appearance/behaviour? I saw a button on Example 5 in the demo, but realized it depended on a separate navbar, so I thought another strategy might be to use a regular button, but somehow hide the actual navbar. As you can probably tell, I’m a novice. Thank you for your help!
Heres an idea to hack it in: make a 1 button scrollbar as your Jump To button. Former it’s CSS to the default button CSS. Set its anchor ID to wherever you want it to go.
Hiding the scrollbar with custom CSS should also be possible.
Unfortunately, the scrollbar needs to exist for the Cristin JavaScript to inject.
Wow. This is exactly what I was looking for. This is super useful !!! Thanks a lot