Add docs/source/css.rst

This commit is contained in:
AcuGIS 2024-03-28 13:57:21 +00:00
parent 3e17d16405
commit da7f924764
1 changed files with 19 additions and 0 deletions

19
docs/source/css.rst Normal file
View File

@ -0,0 +1,19 @@
.leaflet-popup-content > table img {
width: 300px;
}
.leaflet-popup-content > img { /*for other leaflet maps you can add rule as well*/
width: 300px;
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: fit-content;
pointer-events: auto;
background-clip: padding-box;
border-radius: 20px;
outline: 0;
color: black;
}