communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
22 lines • 579 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/** @private */
export const remoteVideoTileWrapperStyle = {
height: '100%',
width: '100%',
position: 'relative'
};
/** @private */
export const drawerMenuWrapperStyles = {
root: {
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%',
// Any zIndex > 0 will work because this is the only absolutely
// positioned element in the container.
zIndex: 2
}
};
//# sourceMappingURL=RemoteVideoTile.styles.js.map