Ensure scrollbar is hidden in about window (#4383)

This commit is contained in:
82ba10b5e8dc 2020-06-30 09:42:35 -07:00 committed by GitHub
parent 22a4cb079c
commit c907fd36ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
<style>
body {
text-align: center;
overflow: hidden;
background-color: #3a76f0;
color: white;
font-size: 14px;