Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const modalStyle: IStyleFunctionOrObject<IModalStyleProps, IModalStyles> = {
minWidth: 'min-content',
minHeight: 'min-content',
position: 'absolute',
zIndex: 1,
zIndex: 3, // set the z-index to keep the PIPIP above the other items in the chat and people panes.
Comment thread
prprabhu-ms marked this conversation as resolved.
Outdated
overflow: 'hidden',
// pointer events for root Modal div set to auto to make LocalAndRemotePIP interactive
pointerEvents: 'auto',
Expand Down