Skip to content

Commit

Permalink
[bugfix] namespacing the mapbox css
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 15, 2016
1 parent c87f342 commit e895807
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions caravel/assets/visualizations/mapbox.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
div.widget .slice_container {
.mapbox div.widget .slice_container {
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
overflow: hidden;
}

div.widget .slice_container:active {
.mapbox div.widget .slice_container:active {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}

.slice_container div {
.mapbox .slice_container div {
padding-top: 0px;
}

0 comments on commit e895807

Please sign in to comment.