Kibana version:
38cbd44658229d54fc40cd2745ac69ea7973b212
Browser version:
Chrome 60.0.3112.113
Browser OS version:
MacOS 10.12.6
Original install method (e.g. download page, yum, from source, etc.):
npm start
Description of the problem including expected versus actual behavior:
Embedding visualizations no longer functions. You should just get a visualization, but instead you get this:

Seems like a combination of bad media queries and the visualization editor not respecting the embed URL parameter
Steps to reproduce:
Seeing this in 6.0.0
This seems to only happen when the screen is minimized and Kibana switches into "mobile" mode.
@elastic/kibana-design is this something you have seen before? thx
Regardless of window size, the sidebar always shows - which before Kibana 6 was always hidden in embedded mode.
have you an update on this issue or a planned fix version ?
thanks and regards
This absolutely breaks functionality for our 900px wide site (It's legacy). I upgraded to 6.1 in hopes of alleviating very, very niche/strange bugs with 5.5.1. Any update on this issue would be greatly appreciated
To anyone looking for a workaround on the client-side, try this
.vis-editor-canvas {
height: 100%!important;
}
so i am guessing that when embed=true is set in the url editor should not be shown at all ?
any idea since when this is broken ? (as i was not aware of this functionality at all)
ok found it ... this was broken with visualize refactor (6.0)
Most helpful comment
Regardless of window size, the sidebar always shows - which before Kibana 6 was always hidden in embedded mode.