mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Put project info alerts below navbar
This commit is contained in:
parent
8ea6a9782f
commit
e20f928147
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue