Hi,
Is there a way to create a custom nav bar at the bottom?
I’ve done a top bar using custom containers and adding the scroll view to the content but it doesn’t work the same when I try to add a custom bottom nav bar in.
Kelcy
Hi,
Is there a way to create a custom nav bar at the bottom?
I’ve done a top bar using custom containers and adding the scroll view to the content but it doesn’t work the same when I try to add a custom bottom nav bar in.
Kelcy
Hi! Try setting a specified height to the scroll view (e.g. Screen height - height of top & bottom bar). Another option is floating the bottom bar on top by changing its style to Position: absolute in advanced settings and then adjusting position from the margin/padding/position section.
second one worked really well! thank you