Hide useless windows scrollbar when they are not event required (#3458)
This commit is contained in:
@@ -20,7 +20,7 @@ const html = `<style>
|
||||
top:50%;
|
||||
left:50%;
|
||||
transform: translateY(-50%) translateX(-50%);
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user