Topic: Disable header navigation Stepper
JackZeled0n pro asked 5 years ago
Hello, I want to navigate the stepper only through the next and back buttons. it's possible in version 7.5.4?
Add comment
Bartosz Termena staff answered 5 years ago
Hi!
Try to add to your styles.scss:
.step-title {
pointer-events: none !important; /**<-----------*/
}
Now the element will never be the target of pointer events.
Hope it helps!
Best, Bartosz.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.5.4
- Device: Laptop
- Browser: Chrome
- OS: Linux
- Provided sample code: No
- Provided link: No