Fix scroll of splash screen

This commit is contained in:
AkiraFukushima 2018-07-30 00:18:28 +09:00
parent 785edacefd
commit ee9ea91599
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<meta charset="utf-8">
<html style="height: 100%">
<head></head>
<body style="height: 100%; background-color: #fff">
<body style="height: 100%; background-color: #fff; margin: 0; overflow: hidden">
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; height: 100%">
<center>
<img src="./images/icon.png" width="120" height="120"></img>