Remove empty scrollbar and make default variant rtt

This commit is contained in:
LilyRose2798 2024-04-20 17:39:56 +10:00
parent 6e60013384
commit 7221172e54
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
}
details.custom-control > .button-container {
max-height: 12rem;
overflow-y: scroll;
overflow-y: auto;
}
details.custom-control > .button-container button {
width: 100%;
@ -229,7 +229,7 @@
}
const apiUrl = "https://ipapi.7circles.moe"
const defaultVariant = "density"
const defaultVariant = "rtt"
const defaultColormap = "viridis"
const tileSize = 256
const tilesDir = "assets/tiles"