Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FEATURES
*

BUG FIXES and IMPROVEMENTS
*
* Updated CSS to specify `none` for `border` and `box-shadow` properties of `img` tags in leaflet. This avoids unexpected inheritance of these properties for example in `revealjs::revealjs_presentation`.



Expand Down
2 changes: 2 additions & 0 deletions inst/htmlwidgets/lib/leaflet/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
max-height: none !important;
border: none;
box-shadow: none;
}

.leaflet-container.leaflet-touch-zoom {
Expand Down