settings panel covers full modal with inherited background, no chat bleed-through

This commit is contained in:
russell@unturf.com 2026-02-24 16:36:00 -05:00
parent 4763c53c40
commit 97eb0454ca
2 changed files with 6 additions and 3 deletions

View file

@ -106,11 +106,12 @@ dialog#uncloseai-embedded-modal[data-theme="light"] {
display: none;
overflow-y: auto;
position: absolute;
top: 92px;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: inherit;
}
.uncloseai-modal-settings.open {
@ -1042,11 +1043,12 @@ dialog#uncloseai-embedded-modal[data-theme="dark"] .uncloseai-chat-box {
display: none;
overflow-y: auto;
position: absolute;
top: 92px;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: inherit;
}
.uncloseai-modal-settings.open {

View file

@ -127,11 +127,12 @@ dialog#uncloseai-embedded-modal .uncloseai-modal-settings-btn {
display: none;
overflow-y: auto;
position: absolute;
top: 92px;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: inherit;
}
.uncloseai-modal-settings.open {