Ensure visualizer displays on top of other UI

There was an issue where most of the visualizer was visible but the module size details displayed when hovering over a segment were hidden behind some UI elements. Setting a high z-index fixes it.
This commit is contained in:
Rahul
2017-05-11 19:58:23 -07:00
committed by GitHub
parent eb45a78982
commit f9772ea2ef

View File

@@ -10,6 +10,7 @@
.meteorBundleVisualizer.meteorBundleVisualizerRootContainer {
position: absolute;
z-index: 99999;
top: 0;
font-family: 'Open Sans', sans-serif;
font-size: 12px;