fixed TTS anything modal.

modified:   uncloseai.js
This commit is contained in:
root 2024-11-11 12:28:49 +00:00
parent 155f2fe9f6
commit b5a6f75627

View file

@ -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);