Merge pull request #8688 from Primigenus/patch-12

Ensure visualizer displays on top of other UI
This commit is contained in:
Jesse Rosenberger
2017-05-17 12:15:20 -04:00
committed by GitHub

View File

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