settings panel covers full modal with inherited background, no chat bleed-through
This commit is contained in:
parent
4763c53c40
commit
97eb0454ca
2 changed files with 6 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue