Skip to content

Commit

Permalink
Merge pull request #7309 from jbudz/issues/7186
Browse files Browse the repository at this point in the history
[nav] show if chrome.isVisible()
  • Loading branch information
jbudz committed Jun 9, 2016
2 parents 207a481 + 6788f06 commit 909f8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/kbn_top_nav/kbn_top_nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.directive('kbnTopNav', function (Private) {
// It will no accept any programatic way of setting its name
// besides this because it happens so early in the digest cycle
return `
<navbar class="kibana-nav-options">
<navbar ng-show="chrome.getVisible()" class="kibana-nav-options">
<div ng-transclude></div>
<div class="button-group kibana-nav-actions" role="toolbar">
<button
Expand Down

0 comments on commit 909f8be

Please sign in to comment.