Skip to content

Commit

Permalink
Fix popup regression
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Nov 28, 2023
1 parent cc6221d commit 388871d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ body {
overflow-y: auto;
padding: 1rem;
}

.maplibregl-popup {
max-width: 100% !important;
line-height: 1em;
}
table tr:nth-child(odd) {
background-color: aliceblue;
}

0 comments on commit 388871d

Please sign in to comment.