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

This commit is contained in:
DCCONSTRUCTIONS
2026-05-08 20:22:08 +03:00
parent 1d0e4a2f4e
commit d1b6755147
+4
View File
@@ -1831,6 +1831,10 @@ code {
overflow: visible; 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 { .admin-panel-content:has(.service-content-modal-layer) > .admin-header {
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;