-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Sticky Bar
tempus2016 edited this page Jun 24, 2026
·
1 revision
Keep the tab bar pinned in view while the active tab's card scrolls.
Config key: sticky (top-level boolean) · Default: false
type: custom:tabdeck-card
sticky: true
tabs:
- name: Long list
card:
type: entities
entities: [ ...many entities... ]
- name: Other
card: { ... }- When
sticky: true, the bar usesposition: stickyand pins to the inner edge: the top fortop/left/rightbars, the bottom for abottombar. - It paints a card background while pinned so scrolling content doesn't show through, and sits above the content (
z-index). - Stickiness is relative to the nearest scrolling ancestor (your dashboard view), so it shines on tabs with tall content.
- Toggle it with the Sticky tab bar switch in the visual editor.
Concepts
Features