Merge pull request #462 from h3poteto/splash/scroll
Fix scroll of splash screen
This commit is contained in:
commit
5f013def8b
|
@ -2,7 +2,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<html style="height: 100%">
|
<html style="height: 100%">
|
||||||
<head></head>
|
<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%">
|
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; height: 100%">
|
||||||
<center>
|
<center>
|
||||||
<img src="./images/icon.png" width="120" height="120"></img>
|
<img src="./images/icon.png" width="120" height="120"></img>
|
||||||
|
|
Loading…
Reference in New Issue