mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Merge pull request #2717 from LLK/hotfix/show-update-errors-hoc
Update z-index so validation bubbles go below the nav bar
This commit is contained in:
commit
86ec698bf0
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