Ensure scrollbar is hidden in about window (#4383)
This commit is contained in:
parent
22a4cb079c
commit
c907fd36ba
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
<style>
|
||||
body {
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
background-color: #3a76f0;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in a new issue