fix: intercom bubble on console fullscreen (#6029)

This commit is contained in:
Calum H.
2026-05-07 16:12:11 +00:00
committed by GitHub
parent 22415a4cc6
commit ec85d9de1c
3 changed files with 57 additions and 1 deletions
@@ -13,6 +13,7 @@ export interface PageContext {
intercomBubble?: {
width: Ref<number> | ComputedRef<number>
horizontalPadding: Ref<number> | ComputedRef<number>
requestHorizontalPadding?: (id: symbol, padding: number | null) => void
requestVerticalClearance: (id: symbol, clearance: number | null) => void
}
featureFlags?: {