diff options
author | smain@google.com <smain@google.com> | 2014-10-17 01:21:13 -0700 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2014-10-17 01:21:13 -0700 |
commit | 77cf43e739b43cf5623d8d526b3b6db9b3cd6712 (patch) | |
tree | 7f9021801e73e128b7224d4a0b0d379168ce4adc /tools | |
parent | e0471a82276d86c671a9e2a21f58eb140cb94dc0 (diff) | |
download | build-77cf43e739b43cf5623d8d526b3b6db9b3cd6712.zip build-77cf43e739b43cf5623d8d526b3b6db9b3cd6712.tar.gz build-77cf43e739b43cf5623d8d526b3b6db9b3cd6712.tar.bz2 |
fix z-order of hangouts to avoid clobbering the search suggest
Change-Id: I3993a118a1c7eb33ecc661635b1e9db2416bdf73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sdk/components/masthead.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/droiddoc/templates-sdk/components/masthead.cs b/tools/droiddoc/templates-sdk/components/masthead.cs index 4d3b02d..2dde104 100644 --- a/tools/droiddoc/templates-sdk/components/masthead.cs +++ b/tools/droiddoc/templates-sdk/components/masthead.cs @@ -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" |