Skip to content

Commit 7464641

Browse files
committed
fix: don't increase z-index of pinned tile
1 parent bf623ce commit 7464641

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/components/MeetingLayout.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ const floatingReactions = computed(() => {
323323
pointer-events: auto;
324324
will-change: transform, top, left, width, height;
325325
backface-visibility: hidden;
326-
transform: translateZ(0);
327326
}
328327
329328
/* Hidden tiles stay mounted to preserve grid animation continuity */

frontend/src/composables/usePinnedTileAnimation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export function usePinnedTileAnimation({
4444
left: `${panelRect.left - containerRect.left}px`,
4545
width: `${panelRect.width}px`,
4646
height: `${panelRect.height}px`,
47-
zIndex: 10,
4847
};
4948
};
5049

0 commit comments

Comments
 (0)