Hide useless windows scrollbar when they are not event required (#3458)

This commit is contained in:
Hariom Balhara 2022-07-20 13:27:24 +05:30 committed by GitHub
parent aa166190e9
commit 4d2f134dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ const html = `<style>
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
overflow: scroll;
overflow: auto;
}
}