bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/floating-window/styles.ts

11 lines
171 B
TypeScript
Raw Normal View History

import styled from 'styled-components';
const FloatingWindowContent = styled.div`
position: absolute;
z-index: 1002;
`;
export default {
FloatingWindowContent,
};