Revert "Fix tooltips not visible for NVD3 charts on Firefox (#7822) (#7929)" (#8147)

This reverts commit 6df2a713e4.
This commit is contained in:
Erik Ritter
2019-08-30 15:25:37 -07:00
committed by Grace Guo
parent 96eb51f0e1
commit 96f21d3cb6

View File

@@ -25,7 +25,11 @@
@stroke-primary: @brand-primary;
body {
min-height: 100vh;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
}