mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Update z-index so validation bubbles go below the nav bar
This commit is contained in:
parent
d8d46b102b
commit
29d5a80b5e
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ $stage-width: 480px;
|
|||
$arrow-border-width: 1rem;
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
z-index: 5;
|
||||
margin-top: $arrow-border-width;
|
||||
border: 1px solid $active-gray;
|
||||
border-radius: 5px;
|
||||
|
|
Loading…
Reference in a new issue