Merge pull request #462 from h3poteto/splash/scroll

Fix scroll of splash screen
This commit is contained in:
AkiraFukushima 2018-07-30 08:43:47 +09:00 committed by GitHub
commit 5f013def8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>