UI - ЛАУНЧЕР: СКРЫТИЕ ФОНА ПОД МОДАЛКОЙ
This commit is contained in:
parent
1d0e4a2f4e
commit
d1b6755147
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue