We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85596c commit b79a337Copy full SHA for b79a337
packages/ui/src/components/TooltipInstance.svelte
@@ -327,7 +327,7 @@
327
</svg>
328
{/if}
329
330
-{#if (fullScreen && document.fullscreen) || (!fullScreen && !document.fullscreen)}
+{#if (fullScreen && document.fullscreenElement != null) || (!fullScreen && document.fullscreenElement == null)}
331
{#if $tooltip.kind === 'popup'}
332
<!-- svelte-ignore a11y-no-static-element-interactions -->
333
<div
0 commit comments