New to Kendo UI for Angular? Start a free 30-day trial
BottomNavigationPositionMode
Updated over 6 months ago
Represents the options to control the position and behavior of the BottomNavigation when the page is scrollable (see example).
The possible values are:
fixed—Positions the BottomNavigation at the bottom of the viewport, regardless of the page scroll position.sticky—Positions the BottomNavigation at the end of the scrollable container.
type BottomNavigationPositionMode = "fixed" | "sticky";