Fix relative z-index of spy panel and filter editor#13717
Fix relative z-index of spy panel and filter editor#13717Bargs merged 2 commits intoelastic:masterfrom
Conversation
|
Hmm, I'm not able to reproduce the original error. I'm on master and I'm not seeing the spy button over the filter editor panel... |
|
@lukasolson what browser are you testing in? I see this issue in Chrome and Firefox, but not Safari. Just pulled down the latest master and confirmed it's still happening. Looking into test failure atm, could be related but not sure yet, having some issues with running tests locally this morning. |
I tried Chrome, Safari, and Firefox, and didn't see it in any of them... 🤷♂️ What version of Chrome are you using? I'll make sure I'm up to date in Chrome and give it another try. |
|
Just updated all the things and I'm still seeing it. Chrome: 60.0.3112.113 |
|
Tried with x-pack installed, and was able to reproduce. |
* Fixes relative z-index of spy panel and filter editor * Position sidebar above main content so collapser button remains clickable
* Fixes relative z-index of spy panel and filter editor * Position sidebar above main content so collapser button remains clickable
I noticed the spy panel button was appearing above the filter editor in discover. The entire spy panel also appeared above it if it was open. This PR updates the discover-wrapper's z-index so that all content in the main content area appears below the filter bar content.
Before

After
