fix z-order of hangouts to avoid clobbering the search suggest
Change-Id: I3993a118a1c7eb33ecc661635b1e9db2416bdf73
This commit is contained in:
parent
e0471a8227
commit
77cf43e739
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
<?cs elif:training || guide || reference || tools || develop || google || samples ?>
|
||||
<!-- Secondary x-nav -->
|
||||
<div id="nav-x">
|
||||
<div class="wrap" style="position:relative">
|
||||
<div class="wrap" style="position:relative;z-index:1">
|
||||
|
||||
<?cs if:reference ?>
|
||||
<a id="helpoutsLink" class="resource resource-card resource-card-6x2x3 resource-card-6x2 helpouts-card"
|
||||
|
|
Loading…
Reference in a new issue