Hi guys,
Possible "bug"? :
I am utilizing the built-in fullscreen btn (but at the end of the day, this would affect any other fullscreen solution):
type: 'fullscreen',
target: this.el,
attrs: {
button: {
'data-tooltip': 'Toggle fullscreen',
'data-tooltip-position': 'top',
}
}
this.el is simply a div somewhere on the page. The fullscreen works as it should, the problem is the pickers (color palette, selectboxes) - you cannot expand them anymore. Well, you can, but they are render to the body which means the fullscreen element will cover them and they are basically invisible to the user (you can see the picker is expanded but it is not visible on the screenshot below):
There is a 'container' property on the stencil but I can't see anything similar for the inspector / selectbox (but maybe I am just blind once again). Is there some easy fix or do I have to work around it with mutation observer?
Thank you.
F.