Stryda logo
Framework
v1.0.116

Dropdown

You can change the position of the dropdown based on the screen size using the following class name:.{xx}:dropdown-{position}.
{xx} can be xs, sm, md, lg, xl.

In this example, the tooltip will be displayed aligned on end by default, but will be centered above 1024px (lg).

You sometimes need dropdown content to "detach" from their container in order to make their content take the full width of the screen. Do to so, simply add the.dropdown-mobile class name. Please note that this only works under the sm threshold (640px).

In this example, the tooltip will be take the full width under 640px (sm).