Put project info alerts below navbar

This commit is contained in:
Paul Kaplan 2018-12-14 16:47:54 -05:00
parent 8ea6a9782f
commit e20f928147

View file

@ -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;