Unverified Commit 53f89fe4 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Merge pull request #2489 from paulkaplan/fix-alert-zindex

Put project info alerts below navbar
parents 8ea6a978 e20f9281
......@@ -344,7 +344,7 @@ $stage-width: 480px;
$alert-bg: rgba(255, 255, 255, .85);
.project-info-alert {
position: absolute;
z-index: 100;
z-index: 8; // Below navbar
margin: 60px 15px;
border-radius: .25rem;
background: $alert-bg;
......
Markdown is supported
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