mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
remove z-index from slice div and .nvtooltip (#793)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user