This commit is contained in:
Tykayn 2025-06-03 16:19:07 +02:00 committed by tykayn
parent 9390a38adf
commit 248140d78a
7 changed files with 92 additions and 73 deletions

View file

@ -31,4 +31,16 @@ table.js-sort-table th:hover {
table.js-sort-table th:active {
background-color: #e0e0e0;
}
.maplibregl-popup-content {
overflow-y: auto;
min-width: 300px;
max-height: 400px;
}
.maplibregl-popup-content h1,
.maplibregl-popup-content h2,
.maplibregl-popup-contenth3 {
font-size: 1rem;
}