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

View File

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