/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/router-v2/router.css
12 строк
373 B
chrisnojima-zoom
Version 670 - clean2 (#29122)
08 июн 2026, 19:31
Не верифицирован
08 июн 2026, 19:31
1943197
Код
Авторство
О чём код?
.modal-backdrop { position: absolute; inset: 0; pointer-events: none; transition: background-color 0.3s ease; /* React Navigation gives each screen header zIndex:1; sit above it so the backdrop dims the inbox search/new-chat header, not just the tab bar. */ z-index: 2; } .modal-backdrop.has-modals { background-color: var(--color-black_50OrBlack_60); }