QuartzMap/docs/source/css.rst

19 lines
404 B
ReStructuredText
Raw Normal View History

2024-03-28 13:57:21 +00:00
.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;
}