Skip to content

Commit

Permalink
re-added spinner overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Jan 31, 2024
1 parent 2cfb71c commit 90f17df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
</head>

<body>
<!-- Loading Spinner Overlay -->
<div id="loadingOverlay" class="overlay d-none">
<div class="spinner-border" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
<!-- The modal for the tour -->
<div class="modal modal-lg modal-fade" id="tourModal" tabindex="-1" aria-labelledby="tourModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
Expand Down

0 comments on commit 90f17df

Please sign in to comment.