mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -10,6 +10,7 @@
|
||||
|
||||
.meteorBundleVisualizer.meteorBundleVisualizerRootContainer {
|
||||
position: absolute;
|
||||
z-index: 99999;
|
||||
top: 0;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user