Update z-index so validation bubbles go below the nav bar

This commit is contained in:
Ray Schamp 2019-01-25 11:20:32 -05:00 committed by GitHub
parent d8d46b102b
commit 29d5a80b5e
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;
display: block;
position: absolute;
z-index: 10;
z-index: 5;
margin-top: $arrow-border-width;
border: 1px solid $active-gray;
border-radius: 5px;