Fixed small focus bugs

This commit is contained in:
Alexis
2023-10-13 21:32:19 +02:00
parent 9d7f87464d
commit 7f7fa1465a
4 changed files with 43 additions and 27 deletions

View File

@@ -204,6 +204,10 @@ body {
.world-wrapper {
position: fixed;
inset: 0;
#world {
height: 100%;
}
}
.leaflet-container {