Skip to content
Snippets Groups Projects
Commit cdce9093 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Use the same z-index for the stage add button

parent d03b04a5
No related branches found
No related tags found
No related merge requests found
@import "../../css/units.css";
@import "../../css/colors.css";
@import "../../css/z-index.css";
$header-height: calc($stage-menu-height - 2px);
......@@ -79,6 +80,7 @@ $header-height: calc($stage-menu-height - 2px);
.add-button {
position: absolute;
bottom: 0.75rem;
z-index: $z-index-add-button
}
.raised, .raised .header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment