UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

12 lines 273 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * @private */ export const globalLayerHostStyle = { position: 'fixed', zIndex: 1000000, inset: '0px', visibility: 'hidden' }; //# sourceMappingURL=GlobalHostLayer.styles.js.map