Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kai9987kai authored Nov 10, 2023
1 parent ac039c1 commit 3e8374b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h2>Graphics Settings</h2>
var style = document.createElement('style');
style.textContent = `
#metricsPopup, #metricsButton {
position: fixed;
position: absolute;
bottom: 10px;
left: 10px;
z-index: 1000;
Expand Down Expand Up @@ -326,6 +326,7 @@ <h3>Site Metrics</h3>
</script>



<script>
function openPopup() {
document.getElementById("graphicsSettingsPopup").style.display = "block";
Expand Down

0 comments on commit 3e8374b

Please sign in to comment.