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:
parent
30b381d956
commit
f7e8ab4302
|
@ -41,6 +41,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-brand {
|
||||||
|
z-index: $z-gutter;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-end {
|
.navbar-end {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
Loading…
Reference in a new issue