/
Mikhail823
/
todo
Обзор
Документация
Войти
/
Mikhail823
/
todo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/react-toast/src/ToastContainer.css
40 строк
477 B
Mikhail Popov
j
23 фев 2026, 16:12
23 фев 2026, 16:12
ff7232a
Код
Авторство
О чём код?
.toastContainer { overflow: hidden; overflow-x: auto; display: grid; grid-gap: 20px; position: fixed; user-select: none; } .top-left { top: 20px; left: 20px; } .top-center { top: 20px; left: 50%; transform: translate(-50%, 0); } .top-right { top: 20px; right: 20px; } .bottom-left { bottom: 20px; left: 20px; } .bottom-center { bottom: 20px; left: 50%; transform: translate(-50%, 0); } .bottom-right { bottom: 20px; right: 20px; }