Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 4e0f976

Browse files
committed
fix(toolbar): don't elevate toolbar above teleport items
1 parent 70febf7 commit 4e0f976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/Meeting.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</div>
115115

116116
<!-- Meeting controls are anchored to the meeting viewport so side panels do not shift them -->
117-
<div class="pointer-events-none absolute inset-x-0 bottom-0 z-[60]">
117+
<div class="pointer-events-none absolute inset-x-0 bottom-0">
118118
<!-- Meeting controls -->
119119
<MeetingToolbar
120120
:isChatOpen="chatStore.isChatOpen.value"

0 commit comments

Comments
 (0)