forked from MapComplete/MapComplete
UI: fix scrolling behaviour on theme.html
This commit is contained in:
parent
e8905b6262
commit
bc96c8968b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ async function main() {
|
|||
}
|
||||
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()
|
||||
new SingleThemeGui({
|
||||
target,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue