/
QuickMeet
/
Chat.Desktop
Обзор
Документация
Войти
/
QuickMeet
/
Chat.Desktop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ui/components/Dialog/styles.tsx
18 строк
311 B
Guilherme Gazzo
revert version 3.3.x
11 авг 2021, 00:10
11 авг 2021, 00:10
7d0821e
Код
Авторство
О чём код?
import styled from '@emotion/styled'; export const Wrapper = styled.dialog` z-index: 1000; top: 0; bottom: 0; display: flex; flex-direction: column; cursor: default; user-select: none; border: 0; background-color: transparent; max-height: 90vh; &:not([open]) { display: none; } `;