wizard scroll bar solution?
Has anyone got a good solution to the wizard obtaining a scroll bar ?
It probably be ok, if the bar moved with the wizard, but unfortunately it stays at the start.
6 Replies
Same issue, and gets worse with 10+ steps.
Also in mobile view the user needs to scroll to the bottom each time it finishes a step
maybe a custom JS with gsap π€
https://gsap.com/community/forums/topic/25740-how-to-create-anchor-menu-to-horizontal-scrolling-page/
GreenSock
How to create anchor menu to horizontal scrolling page?
Hi, how can i create anchor links for a horizontal scrolling? My version is not working correctly: $(".menu-item").on("click", function (event) { event.preventDefault(); var id = $(this).attr('href'); var left = $(id).offset().left; $('body,html').animate({ scrollTop: left }, 1500); }); See the P...
Thanks for suggestion. I'll go with the quicker reorganisation of text π
Thanks, will try as well and post and update
You could htmlstring the text too.
Or use an Aside navigation instead of top.
Here's a complicated workaround for auto wizard header scrolling in v3.2.122
Add this to your wizard definition
And then in my livewire component:
I have to use different methods for previous and next because wizard:previousStep isn't dispatched by filament currently.