remove z-index from slice div and .nvtooltip (#793)

This commit is contained in:
Alanna Scott 2016-07-21 12:30:40 -07:00 committed by GitHub
parent fa0497de5e
commit a704d4ddee
1 changed files with 1 additions and 5 deletions

View File

@ -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;
@ -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;