diff --git a/packages/frontend/src/ui/_common_/stream-indicator.vue b/packages/frontend/src/ui/_common_/stream-indicator.vue index 9a67c15cb5..f643c979c4 100644 --- a/packages/frontend/src/ui/_common_/stream-indicator.vue +++ b/packages/frontend/src/ui/_common_/stream-indicator.vue @@ -1,9 +1,9 @@ @@ -12,6 +12,10 @@ import { onUnmounted } from 'vue'; import { stream } from '@/stream'; import { i18n } from '@/i18n'; +import MkButton from '@/components/MkButton.vue'; +import * as os from '@/os'; + +const zIndex = os.claimZIndex('high'); let hasDisconnected = $ref(false); @@ -34,28 +38,22 @@ onUnmounted(() => { }); -