vendor/assets/stylesheets/spectre/_popovers.scss in spectre_scss-0.5.0.0 vs vendor/assets/stylesheets/spectre/_popovers.scss in spectre_scss-0.5.1.0
- old
+ new
@@ -10,10 +10,10 @@
position: absolute;
top: 0;
transform: translate(-50%, -50%) scale(0);
transition: transform .2s ease;
width: $control-width-sm;
- z-index: $zindex-4;
+ z-index: $zindex-3;
}
*:focus + .popover-container,
&:hover .popover-container,
.popover-container:hover {