mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
fix (loader): overflow issue on the nyan cat :O
This commit is contained in:
parent
aa8dcf794b
commit
788049070e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue