UI: fix scrolling behaviour on theme.html

This commit is contained in:
Pieter Vander Vennet 2025-07-29 00:29:41 +02:00
parent e8905b6262
commit bc96c8968b

View file

@ -12,7 +12,7 @@ async function main() {
} }
try { try {
document.getElementById("maindiv").innerHTML = "<div class='w-full flex justify-center my-16'>Loading map...</div>" document.getElementById("maindiv").innerHTML = "<div class='delete-on-load w-full flex justify-center my-16'>Loading map...</div>"
const theme = await DetermineTheme.getTheme() const theme = await DetermineTheme.getTheme()
new SingleThemeGui({ new SingleThemeGui({
target, target,