You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance UTabs by making the tab header sticky while allowing the content area to be scrollable. This ensures better usability, keeping the tabs visible while navigating long content.
Additional context
No response
The text was updated successfully, but these errors were encountered:
You can make the Tabs header sticky by simply doing <UTabs :ui="{ list: 'sticky top-0' }" />, I don't think this should be supported by @nuxt/ui as it depends on your parent container.
Description
Enhance UTabs by making the tab header sticky while allowing the content area to be scrollable. This ensures better usability, keeping the tabs visible while navigating long content.
Additional context
No response
The text was updated successfully, but these errors were encountered: