Skip to content

Commit

Permalink
fix(public): fix broken 'loading' modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Sep 7, 2020
1 parent b6bc210 commit c14ecfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno&display=swap');

body {
margin: 0;
padding: 0;
}

div#load-modal {
position: absolute;
z-index: 1;
Expand Down

0 comments on commit c14ecfb

Please sign in to comment.