Skip to content

Commit

Permalink
elastic#10569 Fixes the position of spy tab buttons at the top of the…
Browse files Browse the repository at this point in the history
… widget (elastic#13366)

* elastic#10569 Fixes the position of spy tab buttons at the top of the widget

* elastic#10569 Fixes the position of spy tab buttons at the top of the widget.

* Fixes CSS for Spypanel Selector Menu.
  • Loading branch information
varunsharma27 authored and Bargs committed Aug 15, 2017
1 parent 67e6d1d commit 02b19a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/visualize/spy.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="kuiBar kuiVerticalRhythm">
<div class="kuiBarSection">
<select
class="kuiSelect"
class="kuiSelect visualize-fixed-position"
ng-model="selectedModeName"
ng-change="onSpyModeChange()"
data-test-subj="spyModeSelect"
Expand Down
5 changes: 5 additions & 0 deletions src/ui/public/visualize/visualize.less
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ visualize-spy {
flex: 0 0 auto;
}

.visualize-fixed-position {
position: absolute;
z-index: 999;
}

.visualize-spy-content {
position: relative;
}
Expand Down

0 comments on commit 02b19a5

Please sign in to comment.