From 988dedd7df4a5787be57041e73fdb796b1ee1cdf Mon Sep 17 00:00:00 2001 From: Patrick Fournier Date: Tue, 1 Mar 2016 15:52:49 -0500 Subject: [PATCH] Add a stacking context for .vis-editor-content. Add a z-index property to introduce a stacking context for .vis-editor-content, grouping all children in the same stacking context. Fixes #6374 --- src/plugins/kibana/public/visualize/editor/styles/_editor.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/kibana/public/visualize/editor/styles/_editor.less b/src/plugins/kibana/public/visualize/editor/styles/_editor.less index 36a42ac49f636..00ebb510e805b 100644 --- a/src/plugins/kibana/public/visualize/editor/styles/_editor.less +++ b/src/plugins/kibana/public/visualize/editor/styles/_editor.less @@ -57,6 +57,7 @@ &-content { .flex-parent(); + z-index: 0; // overrides for tablet and desktop @media (min-width: @screen-md-min) {