Add docs/source/css.rst
This commit is contained in:
parent
3e17d16405
commit
da7f924764
docs/source
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue