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:
Ray Schamp 2019-01-25 13:26:12 -05:00 committed by GitHub
commit 86ec698bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ $stage-width: 480px;
$arrow-border-width: 1rem; $arrow-border-width: 1rem;
display: block; display: block;
position: absolute; position: absolute;
z-index: 10; z-index: 5;
margin-top: $arrow-border-width; margin-top: $arrow-border-width;
border: 1px solid $active-gray; border: 1px solid $active-gray;
border-radius: 5px; border-radius: 5px;