mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-27 09:14:44 +01:00
Fix scroll of splash screen
This commit is contained in:
parent
785edacefd
commit
ee9ea91599
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user