Skip to main content

Styling with CSS

We expose a ton of styling hooks with our Themes, but sometimes your designers want to go the extra mile or two! In some cases, these custom styles can be achieved by targeting our stable selectors with CSS.

Stable selectors for CSS styling

Note

This list is non-exhaustive. If you are interested in using CSS to style something not listed here, please contact our team.

Checklists

.commandbar-checklist {
bottom: 48px !important;
}

Nudge modals

.commandbar-nudge-modal {
z-index: 2147483644 !important
}

HelpHub

#helphub-modal {
/* custom styling */
}

HelpHub, Copilot, Spotlight launcher

.commandbar-launcher {
z-index: 2147482000 !important
}