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

This commit is contained in:
Hariom Balhara
2022-07-20 09:57:24 +02:00
committed by GitHub
parent aa166190e9
commit 4d2f134dc7
@@ -20,7 +20,7 @@ const html = `<style>
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
overflow: scroll;
overflow: auto;
}
}