UI - ЛАУНЧЕР: СКРЫТИЕ ФОНА ПОД МОДАЛКОЙ

This commit is contained in:
DCCONSTRUCTIONS 2026-05-08 20:22:08 +03:00
parent 1d0e4a2f4e
commit d1b6755147
1 changed files with 4 additions and 0 deletions

View File

@ -1831,6 +1831,10 @@ code {
overflow: visible;
}
.admin-panel-content__body:has(> .service-content-modal-layer) > :not(.service-content-modal-layer) {
visibility: hidden;
}
.admin-panel-content:has(.service-content-modal-layer) > .admin-header {
opacity: 0;
pointer-events: none;