Fix layering so logo is clickable (#8320)

The CSS I added in #8249 to make the search be properly
centred also made the logo unclickable as it was hidden
behind the centred element! This makes the logo stay
above the search container.
This commit is contained in:
Buck Doyle 2020-06-30 15:22:31 -05:00 committed by GitHub
parent 30b381d956
commit f7e8ab4302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,10 @@
} }
} }
.navbar-brand {
z-index: $z-gutter;
}
.navbar-end { .navbar-end {
display: flex; display: flex;
align-items: stretch; align-items: stretch;