Skip to content

Commit 3e8374b

Browse files
authored
Update index.html
1 parent ac039c1 commit 3e8374b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2>Graphics Settings</h2>
201201
var style = document.createElement('style');
202202
style.textContent = `
203203
#metricsPopup, #metricsButton {
204-
position: fixed;
204+
position: absolute;
205205
bottom: 10px;
206206
left: 10px;
207207
z-index: 1000;
@@ -326,6 +326,7 @@ <h3>Site Metrics</h3>
326326
</script>
327327

328328

329+
329330
<script>
330331
function openPopup() {
331332
document.getElementById("graphicsSettingsPopup").style.display = "block";

0 commit comments

Comments
 (0)