Discard a vestigial style

pull/10616/head
Alex P 2017-02-24 16:22:59 -08:00
parent 4f46d53581
commit cbb59f86f3
1 changed files with 1 additions and 6 deletions

View File

@ -37,9 +37,4 @@
display: flex;
align-items: center;
justify-content: space-between;
}
/* Hacky way to ensure that legends cannot be obscured by neighboring graphs */
div:not(.dashboard-edit) .react-grid-item:hover {
z-index: 8999;
}
}