Commit 1d6799e5 authored by Michael Lange's avatar Michael Lange
Browse files

Stack the popover menu under the subnav

parent 93eaaab7
Showing with 3 additions and 1 deletion
+3 -1
......@@ -6,6 +6,7 @@
border-radius: $radius;
padding: 0.5em 1em;
width: 200px;
z-index: $z-popover;
}
.popover-actions {
......
$z-tooltip: 250;
$z-header: 210;
$z-gutter: 220;
$z-gutter-backdrop: 219;
$z-header: 210;
$z-subnav: 200;
$z-popover: 150;
$z-base: 100;
$z-icon-decorators: 50;
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment