[Reporting/PDF/PNG] Hide the global header in browser capture (#30000)

* [Reporting/PDF/PNG] Hide the global header in browser capture

* fix a devastating mistake
This commit is contained in:
Tim Sullivan 2019-02-08 09:50:19 -07:00 committed by GitHub
parent 83b24e7e6d
commit f291325d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
<kbn-loading-indicator></kbn-loading-indicator>
<header-global-nav
class="header-global-wrapper"
class="header-global-wrapper hide-for-sharing"
is-visible="chrome.getVisible()"
app-title="chrome.getAppTitle()"
data-test-subj="headerGlobalNav"