fixed TTS anything modal.
modified: uncloseai.js
This commit is contained in:
parent
155f2fe9f6
commit
b5a6f75627
1 changed files with 1 additions and 0 deletions
|
|
@ -519,6 +519,7 @@ async function openTTSModal() {
|
|||
modal.style.borderRadius = '8px';
|
||||
modal.style.boxShadow = '0 4px 8px rgba(0,0,0,0.2)';
|
||||
modal.style.zIndex = '1001';
|
||||
modal.style.position = 'fixed';
|
||||
|
||||
const article = document.createElement('article');
|
||||
modal.appendChild(article);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue