fix (loader): overflow issue on the nyan cat :O

This commit is contained in:
= 2019-04-18 16:47:56 +10:00
parent aa8dcf794b
commit 788049070e

View file

@ -21,7 +21,7 @@
<div id="main" style="height: 100%">
<style>
html{ background: #f2f3f5; color: #375160; }
html{ background: #f2f3f5; color: #375160; overflow: hidden; }
.background-color{ background: #f2f3f5; }
noscript div{ text-align:center;font-family:monospace;margin-top:5%;font-size:15px; }
</style>