Skip to content

Commit

Permalink
remove z-index from slice div and .nvtooltip (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna Scott committed Jul 21, 2016
1 parent fa0497d commit a704d4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions caravel/assets/javascripts/dashboard/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ div.widget .chart-controls {
box-shadow: 2px 1px 5px -2px #aaa;
background-color: #fff;
overflow: visible;
z-index: 5;
}

.dashboard .slice-grid .dragging,
.dashboard .slice-grid .resizing {
opacity: 0.5;
Expand All @@ -53,10 +53,6 @@ div.widget .chart-controls {
height: 100%;
}

.dashboard div.nvtooltip {
z-index: 888; /* this lets tool tips go on top of other slices */
}

.modal img.loading {
width: 50px;
margin: 0;
Expand Down

0 comments on commit a704d4d

Please sign in to comment.