/
Percival
/
react_final_project
Обзор
Документация
Войти
/
Percival
/
react_final_project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/shared/ui/Modal/Modal.module.css
31 строка
524 B
Rituparn
Added code
23 ноя 2025, 19:02
23 ноя 2025, 19:02
2aec7c7
Код
Авторство
О чём код?
.overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; z-index: 1000; } .content { background: white; padding: 20px; border-radius: 8px; position: relative; min-width: 300px; max-width: 90%; } .closeButton { position: absolute; top: 10px; right: 10px; background: none; border: none; font-size: 24px; cursor: pointer; }