Skip to content

Commit

Permalink
loading bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aslight0013 committed Oct 19, 2022
1 parent f31601c commit 6e01da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<style>
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);
.loading {
position: fixed;
position: flex;
top: 0;
left: 0;
width: 100%;
Expand Down Expand Up @@ -101,7 +101,7 @@

</head>

<body style="overflow: hidden">
<body>
<!-- Loading Indicator -->
<div class="loading">
<div class="loading-text">
Expand Down

0 comments on commit 6e01da4

Please sign in to comment.