Skip to content

Commit

Permalink
max-height and max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaordonselli committed Feb 12, 2024
1 parent 5a7e360 commit eb8e90f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions leafletFileScripts.py
Expand Up @@ -302,6 +302,11 @@ def writeCSS(cssStore, backgroundColor, feedback, widgetAccent,
border-bottom: unset!important;
border-top: unset!important;
}
.leaflet-popup-content{
max-height: 70vw;
max-width: 70vw;
overflow: auto;
}
th {
min-width: 75px;
}
Expand Down

0 comments on commit eb8e90f

Please sign in to comment.